Difference between revisions of "Clearing queue errors"

From wiki
Jump to: navigation, search
(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 13: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.