◆Standard output (stdout) file name up to 4094 characters for UNIX and Linux or 255 characters for Windows
◆Standard error (stderr) file name up to 4094 characters for UNIX and Linux or 255 characters for Windows
◆Overwrite standard output (stdout) file name up to 4094 characters for UNIX and Linux or 255 characters for Windows
◆Overwrite standard error (stderr) file name up to 4094 characters for UNIX and Linux or 255 characters for Windows
Modified resource usage limits cannot exceed limits defined in the queue.
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.
If you want to specify array dependency by array name, set JOB_DEP_LAST_SUB in lsb.params. If you do not have this parameter set, the job is rejected if one of your previous arrays has the same name but a different index.
By default, options for the following resource usage limits are specified in KB:
◆Core limit
◆Memory limit
◆Stack limit
◆Swap limit
Use LSF_UNIT_FOR_LIMITS in lsf.conf to specify a different unit for the limit (MB, GB, TB, PB, or EB).
Modifying resource requirements
The
bsub
then modify it with
bmod
the new resource usage requirement for the job is [res2=1], not [res1=1; res2=1].
bmod does not support the OR () operator on the
To remove all of the string input specified using the bsub command, use the
Modifying job groups
Use the
bmod
moves job 105 to job group /risk_group/portfolio2/monthly.
Like bsub
Platform LSF Command Reference 121