|
|
@ -117,8 +117,8 @@ case "$1" in |
|
|
|
find_run_hosts "$SGE_JOB_ID" |
|
|
|
find_run_hosts "$SGE_JOB_ID" |
|
|
|
;; |
|
|
|
;; |
|
|
|
(--process*|process*|proc|procs|px) |
|
|
|
(--process*|process*|proc|procs|px) |
|
|
|
# Prints where the head node of the job is (i.e. the master node of the job) |
|
|
|
# Dumps all the processes belonging to this job's owner on all the |
|
|
|
# where the job script was first executing |
|
|
|
# nodes allocated to the specified job. |
|
|
|
if [ -z "$2" ]; then |
|
|
|
if [ -z "$2" ]; then |
|
|
|
echo "Job ID required as arg 2" >&2 |
|
|
|
echo "Job ID required as arg 2" >&2 |
|
|
|
exit 2 |
|
|
|
exit 2 |
|
|
|