drmaa_job_template_s (3) - Linux Manuals
NAME
drmaa_job_template_s -
SYNOPSIS
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.
Detailed Description
Job template data.
Field Documentation
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
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.
Author
Generated automatically by Doxygen for torque from the source code.