Changes between Version 23 and Version 24 of GridEngine
- Timestamp:
- Jul 19, 2024, 12:24:55 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridEngine
v23 v24 72 72 You can get information about resource usage and other metadata regarding finished jobs with the `qacct` command, more specifically `$ qacct -j JOB_ID`. 73 73 74 === Useful grid query commands ===74 === Useful Grid Engine Commands === 75 75 qhost -q 76 This will show you the details on each grid node(# of threads avail., Ram avail. etc)76 - This will show you the details on each grid node(# of threads avail., Ram avail. etc) 77 77 78 78 qstat -u username 79 This will show you the jobs status for a particular user79 - This will show you the jobs status for a particular user 80 80 81 81 qstat -j job number 82 This will show status of a particular job running82 - This will show status of a particular job running 83 83 84 84 qstat -u \*. 85 This will show you the status of all jobs currently running on the grid85 - This will show you the status of all jobs currently running on the grid 86 86 87 87 qsub -pe smp N 88 This will submit a job and ask for multiple threads (N is the number of threads wanted) 89 qstat -f This will give you the status of all the queue types per server (number of threads used, load avg) 88 - This will submit a job and ask for multiple threads (N is the number of threads wanted) 89 90 qstat -f 91 - This will give you the status of all the queue types per server (number of threads used, load avg)