Skip to content

Commit 0921c71

Browse files
jackal1-66sawenzel
authored andcommitted
Increased cpu value to 8 when creating pool
1 parent 6d914ef commit 0921c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def getDPL_global_options(bigshm=False, ccdbbackend=True):
776776
if GENERATOR=="hepmc" and tf > 1:
777777
sgngenneeds=signalneeds + ['sgngen_' + str(tf-1)] # we serialize event generation
778778
SGNGENtask=createTask(name='sgngen_'+str(tf), needs=sgngenneeds, tf=tf, cwd='tf'+str(tf), lab=["GEN"],
779-
cpu=1, mem=1000)
779+
cpu=8 if args.make_evtpool else 1, mem=1000)
780780

781781
SGNGENtask['cmd']=''
782782
if GENERATOR=="hepmc":

0 commit comments

Comments
 (0)