Periodic vanilla checkpointing
Periodic vanilla checkpointing enabled.
BayesWave now exits with code 130 every hour when the --checkpoint
flag is provided. Condor monitors the exit signal. If the signal is 130, the job immediately restarts.
TODO:
- distinguish condor checkpointing from
SIGUSR1
checkpointing - allow user to define checkpoint period (requires new BayesWave option and to support that new option in
bayeswave_pipe
)