[drmaa-wg] drmaa_run_bulk_jobs documentation inconsistency

Piotr Domagalski szalik at szalik.net
Sun May 28 09:07:17 CDT 2006


Hi,

DRMAA 1.0 specification defines drmaa_run_bulk_jobs parameters as:

start, end - unsigned integer
incr - signed integer

Thus, allows to have negative increments and start > end. Whereas
C-binding specification says that:

"The smallest valid value for start is 1. The largest valid value for
end is 2147483647 (2^31-1). The start value must be less than or equal
to the end value, and only positive index numbers are allowed."

Which documentation should implementations follow?

-- 
Piotr Domagalski





More information about the drmaa-wg mailing list