10 Jul
2006
10 Jul
'06
7:02 a.m.
Here is the new tracker for this one: https://forge.gridforum.org/sf/go/artf5514?nav=1 Best regards, Peter.
Andreas.Haas@Sun.COM wrote:
On Wed, 5 Jul 2006, Ed Baskerville wrote:
The 1.0 C binding spec requires that DRMAA_ERRNO_NO_MORE_ELEMENTS be returned by the string vector helper functions, but it doesn't include that value in section 5.1.5 (C Preprocessor Directives for DRMAA Error Codes), so the proper integer value is not listed.
Should this be added to the end?
#define DRMAA_ERRNO_NO_MORE_ELEMENTS 24
Hi Ed,
the DRMAA_ERRNO_NO_MORE_ELEMENTS should be added to the end. Note however there is also
DRMAA_ERRNO_NO_DEFAULT_CONTACT_STRING_SELECTED
that was added with 1.0 (value = 9). As a result DRMAA_ERRNO_NO_MORE_ELEMENTS is 25.