Skip to content

Add Checkpointing Support to Generate Lens Jobs

Mick Wright requested to merge checkpointing into o4-development

Adds checkpointing support to the generate lens jobs. This is done by periodic signals implemented within condor. A SIGALRM interrupt will be sent every so often which will yield the checkpoint exit code 85.

Merge request reports