LSF Version 7.3 - Platform LSF Configuration Reference
JOB_IDLE
Syntax
JOB_IDLE=number
Description
Specifies a threshold for idle job exception handling. The value should be a number between
0.0 and 1.0 representing CPU time/runtime. If the job idle factor is less than the specified
threshold, LSF invokes LSF_SERVERDIR/eadmin to trigger the action for a job idle exception.
The minimum job run time before mbatchd reports that the job is idle is defined as
DETECT_IDLE_JOB_AFTER in lsb.params.
Valid Values
Any positive number between 0.0 and 1.0
Example
JOB_IDLE=0.10
A job idle exception is triggered for jobs with an idle value (CPU time/runtime) less than 0.10.
Default
Not defined. No job idle exceptions are detected.
JOB_OVERRUN
Syntax
JOB_OVERRUN=run_time
Description
Specifies a threshold for job overrun exception handling. If a job runs longer than the specified
run time, LSF invokes LSF_SERVERDIR/eadmin to trigger the action for a job overrun
exception.
Example
JOB_OVERRUN=5
A job overrun exception is triggered for jobs running longer than 5 minutes.
Default
Not defined. No job overrun exceptions are detected.
JOB_STARTER
Syntax
JOB_STARTER=starter [starter] ["%USRCMD"] [starter]
lsb.queues
298 Platform LSF Configuration Reference