diff --git a/doc/SGE-tools.txt b/doc/SGE-tools.txt new file mode 100755 index 0000000..4632ac6 --- /dev/null +++ b/doc/SGE-tools.txt @@ -0,0 +1,29 @@ + +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 `:: +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 `:: +Dumps the processes on the executing nodes of this job +(in `ps --forest` format). + +`find-run-hosts.sh master-node `:: +Finds out the master node of this job. + +`find-run-hosts.sh list-nodes `:: +LIsts all the nodes allocated for this job. + + +