drmaa_run_bulk_jobs documentation inconsistency
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
Hi Piotr, DRMAA 1.0 specification has precedence. Hrabri
-----Original Message----- From: owner-drmaa-wg@ggf.org [mailto:owner-drmaa-wg@ggf.org] On Behalf Of Piotr Domagalski Sent: Sunday, May 28, 2006 9:07 AM To: drmaa-wg@gridforum.org Subject: [drmaa-wg] drmaa_run_bulk_jobs documentation inconsistency
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
participants (2)
-
Hrabri Rajic -
Piotr Domagalski