LSF Version 7.3 - Platform LSF Configuration Reference

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 rerunnable 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 successful continuation of the job when it
reruns.
Default
Not defined
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
Not defined. 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 is 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
lsf.conf
408 Platform LSF Configuration Reference