Job template data. More...
#include <drmaa_impl.h>

Data Fields | |
| drmaa_session_t * | session |
| DRMAA session in which job template was created. | |
| drmaa_job_template_t * | prev |
| Previous job template in list. | |
| drmaa_job_template_t * | next |
| Next job template in list. | |
| void ** | attrib |
| Table of DRMAA attributes. | |
| pthread_mutex_t | mutex |
| Mutex for accessing job attributes. | |
Job template data.
| drmaa_session_t* drmaa_job_template_s::session |
DRMAA session in which job template was created.
| drmaa_job_template_t* drmaa_job_template_s::prev |
Previous job template in list.
| drmaa_job_template_t* drmaa_job_template_s::next |
Next job template in list.
| void** drmaa_job_template_s::attrib |
Table of DRMAA attributes.
It is filled with N_DRMAA_ATTRIBS values which are either NULL (attribute not set) or string (scalar attribute) or NULL terminated array of strings (vector attribute).
| pthread_mutex_t drmaa_job_template_s::mutex |
Mutex for accessing job attributes.
1.8.3