Difference between revisions of "Torque/pbs Notes"
From Simson Garfinkel
Jump to navigationJump to search
m (Created page with "; qmgr -c "p s" : Print system configuration ; qstat -t : Show all array jobs ; qstat -f : Show "full" listing ; qstat -tfx : Get all jobs, all array, in XML format") |
m |
||
Line 1: | Line 1: | ||
; qmgr -c "p s" | ; qmgr -c "p s" | ||
: Print system configuration | : Print system configuration | ||
; qstat -t | ; qstat -t | ||
: Show all array jobs | : Show all array jobs | ||
Line 7: | Line 8: | ||
; qstat -tfx | ; qstat -tfx | ||
: Get all jobs, all array, in XML format | : Get all jobs, all array, in XML format | ||
; qstat -t -f 6959[] |grep exec_host | |||
: find the host where each of the processes in job 6959 are running. |
Revision as of 14:51, 17 December 2010
- qmgr -c "p s"
- Print system configuration
- qstat -t
- Show all array jobs
- qstat -f
- Show "full" listing
- qstat -tfx
- Get all jobs, all array, in XML format
- qstat -t -f 6959[] |grep exec_host
- find the host where each of the processes in job 6959 are running.