torque  4.2.9
 All Data Structures Files Functions Variables Modules
Data Fields
drmaa_job_s Struct Reference

Job data stored for each submitted job. More...

#include <jobs.h>

Collaboration diagram for drmaa_job_s:
Collaboration graph
[legend]

Data Fields

drmaa_job_tnext
 Next job in list or NULL. More...
 
char * jobid
 Job identifier from DRM. More...
 
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().
 

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().

Field Documentation

drmaa_job_t* drmaa_job_s::next

Next job in list or NULL.

char* drmaa_job_s::jobid

Job identifier from DRM.


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