LSF Version 7.3 - Platform LSF Configuration Reference

Define span[hosts=-1] in the application profile or in bsub R
resource requirement string to disable the span section setting in
the queue.
Default
select[type==local] order[r15s:pg]
If this parameter is defined and a host model or Boolean resource is specified, the default type
is any.
RESUME_CONTROL
Syntax
RESUME_CONTROL=signal | command
Remember:
Unlike the JOB_CONTROLS parameter in lsb.queues, the
RESUME_CONTROL parameter does not require square
brackets ([ ]) around the action.
signal is a UNIX signal name. The specified signal is sent to the job. The same set of signals
is not supported on all UNIX systems. To display a list of the symbolic names of the signals
(without the SIG prefix) supported on your system, use the kill -l command.
command specifies a /bin/sh command line to be invoked. Do not quote the command
line inside an action definition. Do not specify a signal followed by an action that triggers
the same signal. For example, do not specify RESUME_CONTROL=bresume. This causes a
deadlock between the signal and the action.
Description
Changes the behavior of the RESUME action in LSF.
The contents of the configuration line for the action are run with /bin/sh -c so you can
use shell features in the command.
The standard input, output, and error of the command are redirected to the NULL device,
so you cannot tell directly whether the command runs correctly. The default null device
on UNIX is /dev/null.
The command is run as the user of the job.
All environment variables set for the job are also set for the command action. The following
additional environment variables are set:
LSB_JOBPGIDS — a list of current process group IDs of the job
LSB_JOBPIDS —a list of current process IDs of the job
Default
On UNIX, by default, RESUME sends SIGCONT.
On Windows, actions equivalent to the UNIX signals have been implemented to do the
default job control actions. Job control messages replace the SIGINT and SIGTERM
signals, but only customized applications are able to process them.
lsb.applications
180 Platform LSF Configuration Reference