Changes between Version 23 and Version 24 of GridEngine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v23 v24  
    7272You can get information about resource usage and other metadata regarding finished jobs with the `qacct` command, more specifically `$ qacct -j JOB_ID`.
    7373
    74 === Useful grid query commands ===
     74=== Useful Grid Engine Commands ===
    7575qhost -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)
    7777
    7878qstat -u username       
    79 This will show you the jobs status for a particular user
     79- This will show you the jobs status for a particular user
    8080
    8181qstat -j job number     
    82 This will show status of a particular job running
     82- This will show status of a particular job running
    8383
    8484qstat -u \*.                     
    85 This will show you the status of all jobs currently running on the grid
     85- This will show you the status of all jobs currently running on the grid
    8686
    8787qsub -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
     90qstat -f                           
     91- This will give you the status of all the queue types per server (number of threads used, load avg)