Changes between Version 22 and Version 23 of GridEngine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v22 v23  
    7373
    7474=== 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)
     75qhost -q                       
     76This will show you the details on each grid node(# of threads avail., Ram avail. etc)
     77
     78qstat -u username       
     79This will show you the jobs status for a particular user
     80
     81qstat -j job number     
     82This will show status of a particular job running
     83
     84qstat -u \*.                     
     85This will show you the status of all jobs currently running on the grid
     86
     87qsub -pe smp N         
     88This will submit a job and ask for multiple threads (N is the number of threads wanted)
    8089qstat -f                           This will give you the status of all the queue types per server (number of threads used, load avg)