◆A resource usage section (rusage). The resource usage section specifies the expected resource consumption of the task.
◆A job spanning section (span). The job spanning section indicates if a parallel batch job should span across multiple hosts.
◆A same resource section (same). The same section indicates that all processes of a parallel job must run on the same type of host.
The resource requirement string sections have the following syntax:
select[selection_string] order[order_string] rusage[usage_string [, usage_string][usage_string] ...] span[span_string] same[same_string]
The square brackets must be typed as shown for each section.
If select keyword and square brackets are omitted from the selection string, then the entire string is treated as a selection string (select[selection_string]). A selection string that omits the select keyword must be the first string in the resource requirement string.
When LSF_STRICT_RESREQ=Y in lsf.conf, LSF rejects resource requirement strings where an rusage section contains a
Any resource for run queue length, such as r15s, r1m or r15m, specified in the resource requirements refers to the normalized run queue length.
By default, memory (mem) and swap (swp) limits in select[] and rusage[] sections are specified in MB. Use LSF_UNIT_FOR_LIMITS in lsf.conf to specify a larger unit for the these limits (MB, GB, TB, PB, or EB).
For example, to submit a job that runs on Solaris 7 or Solaris 8:
bsub
The following command runs the job called myjob on an
bsub
bsub also accepts multiple
bsub
LSF merges the multiple
REMEMBER: Use multiple
You defined a resource called bigmem in lsf.shared and defined it as an exclusive resource for hostE in lsf.cluster.mycluster. Use the following command to submit a job that runs on hostE:
bsub
or
bsub
Platform LSF Command Reference 197