WarpX simulations can run multi-million steps and beyond.
The hard-coded 5 digits for restart_file need to be replaced with an option or even better, a search & regex:
|
restart_file = "%s_chk%5.5d" % (test.name, test.restartFileNum) |
X-ref: BLAST-WarpX/warpx#2385