Difference between revisions of "Torque/pbs Notes"
From Simson Garfinkel
Jump to navigationJump to search
m |
m |
||
Line 10: | Line 10: | ||
; qstat -t -f 6959[] |grep exec_host | ; qstat -t -f 6959[] |grep exec_host | ||
: find the host where each of the processes in job 6959 are running. | : 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!