LSF Version 7.3 - Administering Platform LSF

Automatic Job Rerun
476 Administering Platform LSF
Submit a job as not rerunnable
1 To disable automatic job rerun at the job level, use bsub -rn.
Disable post-execution for rerunnable jobs
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.
1 Use LSB_DISABLE_RERUN_POST_EXEC=Y in lsf.conf to prevent the
post-exec from running when a job is rerun.