torque  4.2.8
 All Data Structures Files Functions Variables Groups
Data Fields
drmaa_job_template_s Struct Reference

Job template data. More...

#include <drmaa_impl.h>

Collaboration diagram for drmaa_job_template_s:
Collaboration graph
[legend]

Data Fields

drmaa_session_tsession
 DRMAA session in which job template was created. More...
 
drmaa_job_template_tprev
 Previous job template in list. More...
 
drmaa_job_template_tnext
 Next job template in list. More...
 
void ** attrib
 Table of DRMAA attributes. More...
 
pthread_mutex_t mutex
 Mutex for accessing job attributes. More...
 

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

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.


The documentation for this struct was generated from the following file: