You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
623 B
30 lines
623 B
8 years ago
|
|
||
|
Various SGE utilities
|
||
|
=====================
|
||
|
|
||
|
|
||
|
find-run-hosts.sh
|
||
|
-----------------
|
||
|
|
||
|
This tool returns information about execution hosts and processes
|
||
|
related to a given job.
|
||
|
|
||
|
Usage:
|
||
|
|
||
|
`find-run-hosts.sh <JOBID>`::
|
||
|
Lists the hosts where this job is executing, which also shows how many
|
||
|
cores are allocated on each node for this job.
|
||
|
|
||
|
`find-run-hosts.sh process <JOBID>`::
|
||
|
Dumps the processes on the executing nodes of this job
|
||
|
(in `ps --forest` format).
|
||
|
|
||
|
`find-run-hosts.sh master-node <JOBID>`::
|
||
|
Finds out the master node of this job.
|
||
|
|
||
|
`find-run-hosts.sh list-nodes <JOBID>`::
|
||
|
LIsts all the nodes allocated for this job.
|
||
|
|
||
|
|
||
|
|