LSB_MC_RECALL_EXIT_INFO

Syntax

LSB_MC_RECALL_EXIT_INFO=Y | y | N | n

Description

For LSF multicluster capability, enables TERM_MC_RECALL to be a job termination reason (exitInfo) to distinguish recalled jobs from other exited jobs in the execution cluster..

While balancing workload between multiple clusters when using the LSF multicluster capability, jobs are recalled to the submission cluster because either the MAX_RSCHED_TIME is reached or brequeue is run on the submission cluster. If this parameter is defined as Y, these recalled jobs show the job termination reason (exitInfo) as TERM_MC_RECALL for these recalled jobs, otherwise these jobs show as exited jobs from the execution cluster.

Jobs that are rescheduled after running brequeue -a or -p are not considered as recalled jobs because these jobs are not returned back to the submission cluster for rescheduling.

To hide these recalled jobs from the list of exited jobs when running bjobs, bhist, or bacct on the execution cluster, define LSB_MC_RECALLED_JOBS_HIDE=Y in the lsf.conf file for the execution cluster.

Default

N

See also

LSB_MC_RECALLED_JOBS_HIDE