drmaa_job_template_s Struct Reference

Job template data. More...

#include <drmaa_impl.h>

Data Fields

drmaa_session_tsession
 DRMAA session in which job template was created.
drmaa_job_template_tprev
 Previous job template in list.
drmaa_job_template_tnext
 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 in which job template was created.

Previous job template in list.

Next job template in list.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations

Generated on 30 Nov 2012 for torque by  doxygen 1.6.1