Platform LSF Reference Version 6.2
lsf.conf
Platform LSF Reference
517
Default
Undefined (no default PJL type)
LSB_DISABLE_RERUN_POST_EXEC
Syntax LSB_DISABLE_RERUN_POST_EXEC=y | Y
Description
If set, and the job is rerunnable, the POST_EXEC configured in the queue is not
executed if the job is rerun.
Running of post-execution commands upon restart of a rerunanble job may not always
be desirable. For example, if the post-exec removes certain files, or does other cleanup
that should only happen if the job finishes successfully, use
LSB_DISABLE_RERUN_POST_EXEC to prevent the post-exec from running and
allow the succesful continuation of the job when it reruns.
Default
Undefined
LSB_ECHKPNT_KEEP_OUTPUT
Syntax LSB_ECHKPNT_KEEP_OUTPUT=y | Y
Description
Saves the standard output and standard error of custom echkpnt and erestart
methods to:
◆
checkpoint_dir/$LSB_JOBID/echkpnt.out
◆
checkpoint_dir/$LSB_JOBID/echkpnt.err
◆
checkpoint_dir/$LSB_JOBID/erestart.out
◆
checkpoint_dir/$LSB_JOBID/erestart.err
Can also be defined as an environment variable.
Default Undefined; standard error and standard output messages from custom echkpnt and
erestart programs is directed to /dev/null and discarded by LSF.
See also
LSB_ECHKPNT_METHOD, LSB_ECHKPNT_METHOD_DIR
LSB_ECHKPNT_METHOD
Syntax LSB_ECHKPNT_METHOD="method_name [method_name] ..."
Description
Name of custom echkpnt and erestart methods.
Can also be defined as an environment variable, or specified through the
bsub -k
option.
The name you specify here will be used for both your custom
echkpnt and erestart
programs. You must assign your custom
echkpnt and erestart programs the name
echkpnt.method_name and erestart.method_name. The programs
echkpnt.method_name and erestart.method_name. must be in
LSF_SERVERDIR or in the directory specified by
LSB_ECHKPNT_METHOD_DIR.
Do not define
LSB_ECHKPNT_METHOD=default as default is a reserved keyword
to indicate to use LSF’s default
echkpnt and erestart methods. You can however,
specify
bsub -k "my_dir method=default" my_job to indicate that you want
to use LSF’s default checkpoint and restart methods.