SGE idioms: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
 
(asdf)
Line 1: Line 1:
explain error on queue
explain error on queue
  qstat -f -explain E
  qstat -f -explain E
who is running jobs on the gpus ?
qstat -q gpu.q -f -u '*'
clear the error on a job
qmod -cj <jobid>
clear the error on (the queues on) a machine
qmod -c '*@<machine-name>*'





Revision as of 21:36, 27 May 2015

explain error on queue

qstat -f -explain E

who is running jobs on the gpus ?

qstat -q gpu.q -f -u '*'

clear the error on a job

qmod -cj <jobid>

clear the error on (the queues on) a machine

qmod -c '*@<machine-name>*'