SGE idioms

From DISI
Revision as of 21:36, 27 May 2015 by Frodo (talk | contribs) (asdf)
Jump to navigation Jump to search

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>*'