Refer to the LSF bsub command manpage for additional information about using the external scheduler
Consider an HP XC system configuration in which lsfhost.localdomain is the LSF execution host and nodes
Example
Example
$ bsub
<<Starting on lsfhost.localdomain>> n6
n6
n8
n8
In the previous example, the job output shows that the job was launched from the LSF execution host lsfhost.localdomain, and it ran on four cores on the specified nodes, n6 and n8.
Example
Example
$ bsub
<<Starting on lsfhost.localdomain>> n1
n2
n3
n4
In the previous example, the job output shows that the job was launched from the LSF execution host lsfhost.localdomain, and it ran on four cores on four different nodes (one task per node).
Example
Example
$ bsub
<<Waiting for dispatch ...>> <<Starting on lsfhost.localdomain>> n1
n2
n4
n5
This example runs the job exactly the same as in Example
Submitting a Job from a Non-HP XC Host
To submit a job from a
-R "type=SLINUX64"
The following example shows this resource requirement string in an LSF command:
$ bsub -R "type=SLINUX64" -n4 -I srun hostname
Using