In one of my recent simulation, I tried to increase the number of automatic resubmissions using:
./xmlchange -id RESUBMIT -val 6
Unfortunately, when the next job started, it stopped with the following error:
ERROR: File /compyfs/gola749/E3SM_simulations/20191216.alpha20.piControl.ne30_r05_oECv3_ICG.compy/case_scripts/env_run.xml appears to have changed without a corresponding invalidation, modtimes 1577796971.00 != 1577892633.00
Resubmitting the job manually afterwards with
./case.submit
worked and the job ran.
In one of my recent simulation, I tried to increase the number of automatic resubmissions using:
./xmlchange -id RESUBMIT -val 6Unfortunately, when the next job started, it stopped with the following error:
ERROR: File /compyfs/gola749/E3SM_simulations/20191216.alpha20.piControl.ne30_r05_oECv3_ICG.compy/case_scripts/env_run.xml appears to have changed without a corresponding invalidation, modtimes 1577796971.00 != 1577892633.00Resubmitting the job manually afterwards with
./case.submitworked and the job ran.