-ti

Enables automatic orphan job termination at the job level for a job with a dependency expression (set using -w).

Categories

schedule

Synopsis

bsub -w 'dependency_expression'[-ti]

Conflicting options

Use only with the -w option.

Description

Start of change -ti is a sub-option of -w. With this sub-option, the cluster-level orphan job termination grace period is ignored (if configured) and the job can be terminated as soon as it is found to be an orphan. This option is independent of the cluster-level configuration. Therefore, if the LSF administrator did not enable ORPHAN_JOB_TERM_GRACE_PERIOD at the cluster level, you can still use automatic orphan job termination on a per-job basis. End of change