job_states
define job states More...
Defines
#define JOB_STAT_NULL 0x00 #define JOB_STAT_PEND 0x01 #define JOB_STAT_PSUSP 0x02 #define JOB_STAT_RUN 0x04 #define JOB_STAT_SSUSP 0x08 #define JOB_STAT_USUSP 0x10 #define JOB_STAT_EXIT 0x20 #define JOB_STAT_DONE 0x40 #define JOB_STAT_PDONE (0x80) #define JOB_STAT_PERR (0x100) #define JOB_STAT_WAIT (0x200) #define JOB_STAT_UNKWN 0x10000 #define JOB_STAT_PROV (0x20000) Detailed Description
define job statesDefine Documentation
#define JOB_STAT_NULL 0x00 State null.
#define JOB_STAT_PEND 0x01 The job is pending, i.e., it has not been dispatched yet.
#define JOB_STAT_PSUSP 0x02 The pending job was suspended by its owner or the LSF system administrator.
#define JOB_STAT_RUN 0x04 The job is running.
#define JOB_STAT_SSUSP 0x08 The running job was suspended by the system because an execution host was overloaded or the queue run window closed.
(see lsb_queueinfo, lsb_hostinfo, and lsb.queues.)
#define JOB_STAT_USUSP 0x10 The running job was suspended by its owner or the LSF system administrator.
#define JOB_STAT_EXIT 0x20 The job has terminated with a non-zero status - it may have been aborted due to an error in its execution, or killed by its owner or by the LSF system administrator.
#define JOB_STAT_DONE 0x40 The job has terminated with status 0.
#define JOB_STAT_PDONE (0x80) Post job process done successfully.
#define JOB_STAT_PERR (0x100) Post job process has error.
#define JOB_STAT_WAIT (0x200) Chunk job waiting its turn to exec.
#define JOB_STAT_UNKWN 0x10000 The slave batch daemon (sbatchd) on the host on which the job is processed has lost contact with the master batch daemon (mbatchd).
#define JOB_STAT_PROV (0x20000) this state shows that the job is dispatched to a standby power saved host, and this host is being waken up or started up
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.