Platform LSF Reference Version 6.2
lsgrun
Platform LSF Reference
215
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 submit a task to run on
hostE:
% lsgrun -R "bigmem" myjob
or
% lsgrun -R "defined(bigmem)" myjob
If the -m option is specified with a single host name, the -R option is ignored.
command [argument ...]
Specify the command to execute. This must be the last argument on the command line.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
DIAGNOSTICS
Exit status is 0 if all commands are executed correctly.
Otherwise, the exit status is the first non-zero status returned by a remotely executed
task.
lsgrun will execute the task on all hosts even if some have non-zero exit status.
Exit status is -10 if a problem is detected in LSF.
SEE ALSO
lsfintro(1), lsrun(1), lsplace(1)