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 |
||
(One intermediate revision by the same user not shown) | |||
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. | |||
;#PBS nodes=1:infiniband | |||
:gives you the power of Infiniband! |
Latest revision as of 17:52, 2 February 2011
- 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.
- PBS nodes=1
- infiniband
- gives you the power of Infiniband!