Clearing queue errors

From wiki
Revision as of 13:54, 10 January 2019 by Jw297 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.