Skip to content

Commit 34902f0

Browse files
jackal1-66alcaliva
authored andcommitted
Increased cpu value to 8 when creating pool
(cherry picked from commit 0921c71)
1 parent 09f1177 commit 34902f0

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
@@ -765,7 +765,7 @@ def getDPL_global_options(bigshm=False, ccdbbackend=True):
765765
if GENERATOR=="hepmc" and tf > 1:
766766
sgngenneeds=signalneeds + ['sgngen_' + str(tf-1)] # we serialize event generation
767767
SGNGENtask=createTask(name='sgngen_'+str(tf), needs=sgngenneeds, tf=tf, cwd='tf'+str(tf), lab=["GEN"],
768-
cpu=1, mem=1000)
768+
cpu=8 if args.make_evtpool else 1, mem=1000)
769769

770770
SGNGENtask['cmd']=''
771771
if GENERATOR=="hepmc":

0 commit comments

Comments
 (0)