drmaa_session_s Struct Reference

DRMAA session data. More...

#include <drmaa_impl.h>

Data Fields

int pbs_conn
 PBS connection (or -1).
char * contact
 Contact to PBS server -- `host[:port]'.
drmaa_job_template_tjt_list
 Cyclic list (with sentinel) of job templates created in this DRMAA session.
drmaa_job_t ** job_hashtab
 Hash table of jobs which have to be remembered in DRMAA session (was submitted in this session and its status was not removed).
int next_time_label
 Will be assigned to next submitted job.
pthread_mutex_t conn_mutex
 Mutex for PBS connection.
pthread_mutex_t jobs_mutex
 Mutex for jt_list, job_list and next_time_label.

Detailed Description

DRMAA session data.


Field Documentation

PBS connection (or -1).

Contact to PBS server -- `host[:port]'.

Cyclic list (with sentinel) of job templates created in this DRMAA session.

Hash table of jobs which have to be remembered in DRMAA session (was submitted in this session and its status was not removed).

Will be assigned to next submitted job.

pthread_mutex_t drmaa_session_s::conn_mutex

Mutex for PBS connection.

pthread_mutex_t drmaa_session_s::jobs_mutex

Mutex for jt_list, job_list and next_time_label.


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

Generated on 4 Mar 2014 for torque by  doxygen 1.6.1