drmaa_job_s - Man Page

Job data stored for each submitted job.

Synopsis

#include <jobs.h>

Data Fields

drmaa_job_t * next
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().

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

Author

Generated automatically by Doxygen for torque from the source code.

Info

Version 6.1.3 torque