| | 73 | |
| | 74 | === Useful grid query commands === |
| | 75 | qhost -q This will show you the details on each grid node(# of threads avail., Ram avail. etc) |
| | 76 | qstat -u username This will show you the jobs status for a particular user |
| | 77 | qstat -j job number This will show status of a particular job running |
| | 78 | qstat -u \*. This will show you the status of all jobs currently running on the grid |
| | 79 | qsub -pe smp N This will submit a job and ask for multiple threads (N is the number of threads wanted) |
| | 80 | qstat -f This will give you the status of all the queue types per server (number of threads used, load avg) |