When running cart3d with several adaptions if the final iteration number is not exactly reached pycart re-runs aero.csh with a restart, which starts the case from adapt00 again. this seems to corrupt the data and causes pycart to get stuck in a continually restart loop
I have specified restart false in the RunControl section
"RunControl": {
"MPI":false,
"PhaseSequence": [0],
"PhaseIters": [1600],
"sbatch": true,
"PBS":false,
"Resubmit": false,
"Continue": false,
"nProc":96,
"Adaptive": true,
"Verbose": true,
"intersect": {
"run": true,
"triged": false
},
Is there a way to force pycart to not submit restarts?
When running cart3d with several adaptions if the final iteration number is not exactly reached pycart re-runs aero.csh with a restart, which starts the case from adapt00 again. this seems to corrupt the data and causes pycart to get stuck in a continually restart loop
I have specified restart false in the RunControl section
Is there a way to force pycart to not submit restarts?