LSF Version 7.3 - Platform LSF Configuration Reference

By default, the user commands run after the job starter. A special string, %USRCMD, can be
used to represent the position of the user’s job in the job starter command line. The %
USRCMD string and any additional commands must be enclosed in quotation marks (" ").
Example
JOB_STARTER=csh -c "%USRCMD;sleep 10"
In this case, if a user submits a job
bsub myjob arguments
the command that actually runs is:
csh -c "myjob arguments;sleep 10"
Default
Not defined. No job starter is used,
MAX_JOB_PREEMPT
Syntax
MAX_JOB_PREEMPT=integer
Description
The maximum number of times a job can be preempted. Applies to queue-level jobs only.
Valid values
0 < MAX_JOB_PREEMPT < INFINIT_INT
INFINIT_INT is defined in lsf.h.
Default
Not defined. The number of preemption times is unlimited.
MAX_JOB_REQUEUE
Syntax
MAX_JOB_REQUEUE=integer
Description
The maximum number of times to requeue a job automatically.
Valid values
0 < MAX_JOB_REQUEUE < INFINIT_INT
INFINIT_INT is defined in lsf.h.
Default
Not defined. The number of requeue times is unlimited
lsb.applications
Platform LSF Configuration Reference 169