LSF Version 7.3 - Platform LSF Configuration Reference
LSB_ECHKPNT_METHOD_DIR
This parameter can be set as an environment variable and/or in lsf.conf. See
LSB_ECHKPNT_METHOD_DIR in lsf.conf.
LSB_ECHKPNT_KEEP_OUTPUT
This parameter can be set as an environment variable and/or in lsf.conf. See
LSB_ECHKPNT_KEEP_OUTPUT in lsf.conf.
LSB_ERESTART_USRCMD
Syntax
LSB_ERESTART_USRCMD=command
Description
Original command used to start the job.
This environment variable is set by erestart to pass the job’s original start command to a
custom erestart method erestart.method_name. The value of this variable is extracted
from the job file of the checkpointed job.
If a job starter is defined for the queue to which the job was submitted, the job starter is also
included in LSB_ERESTART_USRCMD. For example, if the job starter is /bin/sh -c "%
USRCMD" in lsb.queues, and the job name is myapp -d, LSB_ERESTART_USRCMD will
be set to:
/bin/sh -c "myapp -d"
Where defined
Set by erestart as an environment variable before a job is restarted
See also
LSB_ECHKPNT_METHOD, erestart, echkpnt
LSB_EXEC_RUSAGE
Syntax
LSB_EXEC_RUSAGE="resource_name1 resource_value1 resource_name2
resource_value2..."
Description
Indicates which rusage string is satisfied to permit the job to run. This environment variable
is necessary because the OR (||) operator specifies alternative rusage strings for running
jobs.
Valid values
resource_value1, resource_value2,... refer to the resource values on
resource_name1, resource_name2,... respectively.
Environment variables
566 Platform LSF Configuration Reference