Usage
With MultiCluster job forwarding model, the execution host can be a host in one of the specified clusters, if the remote cluster accepts tasks from the local cluster. (See RemoteClusters section in lsf.cluster(5).)
LSF supports ordering of resource requirements on all load indices, including external load indices, either static or dynamic.
Exclusive resources need to be explicitly specified within the resource requirement string. For example, 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 task to run on hostE:
lsrun
or
lsrun
If the
Usage
You can use lsrun together with other utility commands such as lsplace, lsload, lsloadadj, and lseligible to write load sharing applications in the form of UNIX shell scripts.
lsrun supports interactive job control. Suspending lsrun suspends both the task and lsrun, and continuing lsrun continues the task.
If LSB_DISABLE_LIMLOCK_EXCL=y (to enable preemption of exclusive jobs, for example), you can use lsrun to start a task on a host that is currently running an exclusive job.
The
lsrun cat </dev/null &
Diagnostics
lsrun exits with status
The exit status is
Otherwise, the exit status is the exit status of the task.
See also
rsh, ls_rexecv, lsplace, lseligible, lsload, lshosts, lsrtasks, lsf.cluster
276Platform LSF Command Reference