Skip to content
Snippets Groups Projects
Commit 2de760fd authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_ll_inspiral_pipe: modify aggregator job to take job path

parent fd792dc7
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ margNode = inspiral_pipe.generic_node(margJob, dag, [], opts = {}, input_files =
# FIXME by default the inspiral jobs advertise the current directory as their
# job tag, but this should be made to be more flexible
aggNode = inspiral_pipe.generic_node(aggJob, dag, [], opts = {"dump-period": 1, "job-tag": os.getcwd()})
aggNode = inspiral_pipe.generic_node(aggJob, dag, [], opts = {"dump-period": 1, "job-tag": os.getcwd(), "num-jobs": len(jobTags)})
if options.injection_file:
for g in groups(inj_jobTags, 10):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment