Torque/pbs Notes

From Simson Garfinkel
Revision as of 15:51, 17 December 2010 by Simson (talk | contribs)
Jump to navigationJump to search
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.