lsb_submit_options2
define statements used by lsb_submit. More...
Defines
#define SUB2_HOLD 0x01 #define SUB2_MODIFY_CMD 0x02 #define SUB2_BSUB_BLOCK 0x04 #define SUB2_HOST_NT 0x08 #define SUB2_HOST_UX 0x10 #define SUB2_QUEUE_CHKPNT 0x20 #define SUB2_QUEUE_RERUNNABLE 0x40 #define SUB2_IN_FILE_SPOOL 0x80 #define SUB2_JOB_CMD_SPOOL 0x100 #define SUB2_JOB_PRIORITY 0x200 #define SUB2_USE_DEF_PROCLIMIT 0x400 #define SUB2_MODIFY_RUN_JOB 0x800 #define SUB2_MODIFY_PEND_JOB 0x1000 #define SUB2_WARNING_TIME_PERIOD 0x2000 #define SUB2_WARNING_ACTION 0x4000 #define SUB2_USE_RSV 0x8000 #define SUB2_TSJOB 0x10000 #define SUB2_LSF2TP 0x20000 #define SUB2_JOB_GROUP 0x40000 #define SUB2_SLA 0x80000 #define SUB2_EXTSCHED 0x100000 #define SUB2_LICENSE_PROJECT 0x200000 #define SUB2_OVERWRITE_OUT_FILE 0x400000 #define SUB2_OVERWRITE_ERR_FILE 0x800000 #define SUB2_SSM_JOB 0x1000000 #define SUB2_SYM_JOB 0x2000000 #define SUB2_SRV_JOB 0x4000000 #define SUB2_SYM_GRP 0x8000000 #define SUB2_SYM_JOB_PARENT 0x10000000 #define SUB2_SYM_JOB_REALTIME 0x20000000 #define SUB2_SYM_JOB_PERSIST_SRV 0x40000000 #define SUB2_SSM_JOB_PERSIST 0x80000000 Detailed Description
define statements used by lsb_submit.Define Documentation
#define SUB2_HOLD 0x01 Hold the job after it is submitted.
The job will be in PSUSP status. Equivalent to bsub -H command line option.
#define SUB2_MODIFY_CMD 0x02 New cmd for bmod.
#define SUB2_BSUB_BLOCK 0x04 Submit a job in a synchronous mode so that submission does not return until the job terminates.
Note once this flag is set, the lsb_submit will never return if the job is accepted by LSF. Programs that wishes to know the status of the submission needs to fork, with the child process invoking the API call in the blocking mode and the parent process wait on the child process (see wait() for details.
#define SUB2_HOST_NT 0x08 Submit from NT.
#define SUB2_HOST_UX 0x10 Submit fom UNIX.
#define SUB2_QUEUE_CHKPNT 0x20 Submit to a chkpntable queue.
#define SUB2_QUEUE_RERUNNABLE 0x40 Submit to a rerunnable queue.
#define SUB2_IN_FILE_SPOOL 0x80 Spool job command.
#define SUB2_JOB_CMD_SPOOL 0x100 Inputs the specified file with spooling.
#define SUB2_JOB_PRIORITY 0x200 Submits job with priority.
#define SUB2_USE_DEF_PROCLIMIT 0x400 Job submitted without -n, use queue's default proclimit.
#define SUB2_MODIFY_RUN_JOB 0x800 bmod -c/-M/-W/-o/-e/-v
#define SUB2_MODIFY_PEND_JOB 0x1000 bmod options only to pending jobs
#define SUB2_WARNING_TIME_PERIOD 0x2000 Job action warning time.
Equivalent to bsub or bmod -wt.
#define SUB2_WARNING_ACTION 0x4000 Job action to be taken before a job control action occurs.
Equivalent to bsub or bmod -wa.
#define SUB2_USE_RSV 0x8000 Use an advance reservation created with the brsvadd command.
Equivalent to bsub -U.
#define SUB2_TSJOB 0x10000 Windows Terminal Services job.
#define SUB2_LSF2TP 0x20000 Parameter is deprecated.
#define SUB2_JOB_GROUP 0x40000 Submit into a job group.
#define SUB2_SLA 0x80000 Submit into a service class.
#define SUB2_EXTSCHED 0x100000 Submit with -extsched options.
#define SUB2_LICENSE_PROJECT 0x200000 License Scheduler project.
#define SUB2_OVERWRITE_OUT_FILE 0x400000 Overwrite the standard output of the job.
Equivalent to bsub -oo.
#define SUB2_OVERWRITE_ERR_FILE 0x800000 Overwrites the standard error output of the job.
Equivalent to bsub -eo.
#define SUB2_SSM_JOB 0x1000000 (symphony) session job
#define SUB2_SYM_JOB 0x2000000 (symphony) symphony job
#define SUB2_SRV_JOB 0x4000000 (symphony) service(LSF) job
#define SUB2_SYM_GRP 0x8000000 (symphony) "group" job
#define SUB2_SYM_JOB_PARENT 0x10000000 (symphony) symphony job has child symphony job
#define SUB2_SYM_JOB_REALTIME 0x20000000 (symphony) symphony job has real time feature
#define SUB2_SYM_JOB_PERSIST_SRV 0x40000000 (symphony) symphony job has dummy feature to hold all persistent service jobs.
#define SUB2_SSM_JOB_PERSIST 0x80000000 Persistent session job.
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.