Added support for submitting jobs to the Open Science Grid
Compare changes
- Duncan Macleod authored
if we specify `transfer_output_files = results_GW123456/results`, the given directory will be transferred back to `{initialdir}/results`, not `{initialdir}/results_GW123456/results` like we actually want, so we should just specify `transfer_output_files = results_GW123456` for all jobs
+ 16
− 2
@@ -629,7 +629,8 @@ class Dag(object):
@@ -878,7 +879,7 @@ class Dag(object):
@@ -1004,6 +1005,19 @@ class Dag(object):