Main Page | Modules | Data Structures | File List | Data Fields | Globals

drmaa_session_s Struct Reference

#include <drmaa_impl.h>


Detailed Description

DRMAA session data.


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.


The documentation for this struct was generated from the following file:
Generated on Fri Jan 25 14:38:40 2008 for torque by doxygen 1.3.5