LSB_MOD_ALL_JOBS

Syntax

LSB_MOD_ALL_JOBS=y | Y

Description

If set, enables bmod to modify resource limits and location of job output files for running jobs.

After a job has been dispatched, the following modifications can be made:
  • CPU limit (-c [hour:]minute[/host_name | /host_model] | -cn)
  • Memory limit (-M mem_limit | -Mn)
  • Re-runnable jobs (-r | -rn)
  • Resource requirements (-R "res_req" except -R "cu[cu_string]")
  • Run limit (-W run_limit[/host_name | /host_model] | -Wn)
  • Standard output file name (-o output_file | -on)
  • Standard error file name (-e error_file | -en)
  • Overwrite standard output (stdout) file name up to 4094 characters for UNIX or 255 characters for Windows (-oo output_file)
  • Overwrite standard error (stderr) file name up to 4094 characters for UNIX or 255 characters for Windows (-eo error_file)
To modify the CPU limit or the memory limit of running jobs, the parameters LSB_JOB_CPULIMIT=Y and LSB_JOB_MEMLIMIT=Y must be defined in lsf.conf.
Important: Always run badmin mbdrestart after modifying LSB_MOD_ALL_JOBS.

Default

Set to Y at time of installation. If otherwise undefined, then N.

See also

LSB_JOB_CPULIMIT, LSB_JOB_MEMLIMIT