Skip to content
Snippets Groups Projects

Added support for submitting jobs to the Open Science Grid

Merged Duncan Macleod requested to merge duncanmmacleod/bilby_pipe:osg into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -988,6 +988,9 @@ class Dag(object):
# htcondor >= 8.9.x (probably)
"+SuccessCheckpointExitBySignal = False",
"+SuccessCheckpointExitCode = {}".format(code),
# ask condor to provide the checkpoint signals
"+WantCheckpointSignal = True",
"+CheckpointSig = \"SIGTERM\"",
]
@staticmethod
Loading