Describe the issue
If a previous run's output files were cut off due to time limits, early termination, etc, running a post-processing run on the outputs succeeds, but occasionally crashes after reaching input EOF
To Reproduce
Run a simulation that generates spec files, preferably one in which the I/O from the specs takes a good deal of time, then CTRL+C. There will be a chance or that attempting to create a movie or post-analysis with the -a or -m flags will lead to a crash after reaching the spec file's EOF.
Expected behavior
Same simulation behavior, minus the crash. The simulation is supposed to have a soft-exit condition when it detects an unexpected EOF, but this seems to only occasionally work.
Additional context
So far, this hasn't affected the ability to create movies or do analysis
Describe the issue
If a previous run's output files were cut off due to time limits, early termination, etc, running a post-processing run on the outputs succeeds, but occasionally crashes after reaching input EOF
To Reproduce
Run a simulation that generates spec files, preferably one in which the I/O from the specs takes a good deal of time, then CTRL+C. There will be a chance or that attempting to create a movie or post-analysis with the -a or -m flags will lead to a crash after reaching the spec file's EOF.
Expected behavior
Same simulation behavior, minus the crash. The simulation is supposed to have a soft-exit condition when it detects an unexpected EOF, but this seems to only occasionally work.
Additional context
So far, this hasn't affected the ability to create movies or do analysis