SECTION 1.2 Preprocessor Directives for Handling String Output Arguments


Defines

#define DRMAA_ATTR_BUFFER   1024
#define DRMAA_CONTACT_BUFFER   1024
#define DRMAA_DRM_SYSTEM_BUFFER   1024
#define DRMAA_DRMAA_IMPL_BUFFER   1024
#define DRMAA_ERROR_STRING_BUFFER   1024
#define DRMAA_JOBNAME_BUFFER   1024
#define DRMAA_SIGNAL_BUFFER   32

Define Documentation

#define DRMAA_ATTR_BUFFER   1024

Pre-defined buffer size for attribute variables which may be used in DRMAA programs in the creation of char* variables. The DRMAA_ATTR_BUFFER directive is the default length for attribute values (drmaa_attr_values_t) allocated by DRMAA functions.

#define DRMAA_CONTACT_BUFFER   1024

Pre-defined buffer size for contact string.

#define DRMAA_DRM_SYSTEM_BUFFER   1024

Pre-defined buffer size for Distributed Resource Management System (DRMS) string.

#define DRMAA_DRMAA_IMPL_BUFFER   1024

Pre-defined buffer size for drmaa_impl string.

#define DRMAA_ERROR_STRING_BUFFER   1024

Pre-defined buffer size for error string variables which may be used in DRMAA programs in the creation of char* error variables.

#define DRMAA_JOBNAME_BUFFER   1024

Pre-defined buffer size for the job identification string variables. Job identification should not be smaller than DRMAA_JOBNAME_BUFFER. If the size of the string passed is smaller the resultant job id string will be truncated. Note that for GridWay, JOBNAME strings length will not be greater than 5.

#define DRMAA_SIGNAL_BUFFER   32

Pre-defined buffer size for the signal name returned by drmaa_wtermsig