Changes between Version 21 and Version 22 of GridEngine


Ignore:
Timestamp:
Jul 19, 2024, 12:22:53 PM (11 months ago)
Author:
les
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v21 v22  
    7171=== Job history ===
    7272You can get information about resource usage and other metadata regarding finished jobs with the `qacct` command, more specifically `$ qacct -j JOB_ID`.
     73
     74=== Useful grid query commands ===
     75qhost -q                        This will show you the details on each grid node(# of threads avail., Ram avail. etc)
     76qstat -u username       This will show you the jobs status for a particular user
     77qstat -j job number      This will show status of a particular job running
     78qstat -u \*.                     This will show you the status of all jobs currently running on the grid
     79qsub -pe smp N         This will submit a job and ask for multiple threads (N is the number of threads wanted)
     80qstat -f                           This will give you the status of all the queue types per server (number of threads used, load avg)