LSF Version 7.3 - Platform LSF Configuration Reference

JOB_DEP_LAST_SUB
Description
Used only with job dependency scheduling.
If set to 1, whenever dependency conditions use a job name that belongs to multiple jobs, LSF
evaluates only the most recently submitted job.
Otherwise, all the jobs with the specified name must satisfy the dependency condition.
Default
Not defined
JOB_EXIT_RATE_DURATION
Description
Defines how long LSF waits before checking the job exit rate for a host. Used in conjunction
with EXIT_RATE in lsb.hosts for LSF host exception handling.
If the job exit rate is exceeded for the period specified by JOB_EXIT_RATE_DURATION,
LSF invokes LSF_SERVERDIR/eadmin to trigger a host exception.
Tuning
Tip:
Tune JOB_EXIT_RATE_DURATION carefully. Shorter values
may raise false alarms, longer values may not trigger exceptions
frequently enough.
Example
JOB_EXIT_RATE_DURATION=10
Default
5 minutes
JOB_GROUP_CLEAN
Syntax
JOB_GROUP_CLEAN=Y | N
Description
If JOB_GROUP_CLEAN = Y, implicitly created job groups that are empty and have no limits
assigned to them are automatically deleted.
Default
N—Implicitly created job groups are not automatically deleted unless they are deleted
manually with bgdel.
lsb.params
Platform LSF Configuration Reference 249