Platform LSF Reference Version 6.2
Environment Variables
Platform LSF Reference
285
Description
An integer representing suspend reasons. Suspend reasons are defined in lsbatch.h.
This parameter is set when a job goes to system-suspended (SSUSP) or user-suspended
status (USUSP). It indicates the exact reason why the job was suspended.
To determine the exact reason, you can test the value of LSB_SUSP_REASONS against
the symbols defined in
lsbatch.h.
Default
Undefined
Where defined
Set by sbatchd
See Also
LSB_SUSP_SUBREASONS
LSB_SUSP_SUBREASONS
Syntax
LSB_SUSP_SUBREASONS=integer
Description
An integer representing the load index that caused a job to be suspended.
When the suspending reason SUSP_LOAD_REASON (suspended by load) is set in
LSB_SUSP_REASONS, LSB_SUSP_SUBREASONS set to one of the load index
values defined in
lsf.h.
Use LSB_SUSP_REASONS and LSB_SUSP_SUBREASONS together in you custom
job control to determine the exact load threshold that caused a job to be suspended.
Load index values are defined in
lsf.h.
Default
Undefined
Where defined
Set by sbatchd
See also
LSB_SUSP_REASONS
LSF_CMD_LOGDIR
This parameter can be set from the command line or from lsf.conf.
See “lsf.conf” under “LSF_CMD_LOGDIR” on page 538.
Load Index Value
R15S 0
R1M 1
R15M 2
UT 3
PG 4
IO 5
LS 6
IT 7
TMP 8
SWP 9
MEM 10