Skip to content

Change checkpoint exit code to 77

Condor's own implementation of singularity only allows exit codes up to 127. At checkpoint time, we currently exit with 130. Singularity reads this as -2, causing condor to read the job as failed. This MR changes the BayesWave exit code to 77 and updates the pipeline to tell condor this means the job has successfully checkpointed.

Edited by James Alexander Clark PhD

Merge request reports