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

drmaa_job_s Struct Reference
[Remembering submitted job in session.]

#include <jobs.h>


Detailed Description

Job data stored for each submitted job.

It is freed when job terminates and it's status is disposed by drmaa_wait() or drmaa_synchronize().


Data Fields

drmaa_job_tnext
 Next job in list or NULL.
char * jobid
 Job identifier from DRM.
int time_label
 Job submission timestamp increased in DRMAA session with each submitted job.
bool terminated
 Whether we know that job terminated and its status is waiting to rip.
bool suspended
 Whether job was suspended within session by drmaa_control().


Field Documentation

int drmaa_job_s::time_label
 

Job submission timestamp increased in DRMAA session with each submitted job.

bool drmaa_job_s::terminated
 

Whether we know that job terminated and its status is waiting to rip.

bool drmaa_job_s::suspended
 

Whether job was suspended within session by drmaa_control().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 4 20:50:28 2008 for torque by  doxygen 1.3.9.1