Difference between revisions of "Clearing queue errors"
(Created page with "If a job is stuck in E in ```qstat -f``` (or ```qstat -F``` for more details) do qmod -c <queue list> so all.q would be qmod -c all.q to clear it. It may have a repatative...") |
(No difference)
|
Latest revision as of 12:54, 10 January 2019
If a job is stuck in E in ```qstat -f``` (or ```qstat -F``` for more details) do
qmod -c <queue list>
so all.q would be
qmod -c all.q
to clear it. It may have a repatative cause, but sometimes it Just Happens.
This was why node1 wasn't accepting jobs in Dec '18.