Skip to content

Commit

Permalink
Adapt to changed options
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel authored and gconesab committed Mar 31, 2021
1 parent 3c7abe0 commit dd405d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MC/run/PWGHF/create_embedding_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys

# we simply delegate to main script with some PWGHF settings
command='${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCMS 13000 -col pp -proc ccbar '
command='${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13000 -col pp -proc ccbar '

# and add given user options
for i in range(1, len(sys.argv)):
Expand Down
2 changes: 1 addition & 1 deletion MC/run/PWGHF/embedding_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MODULES="--skipModules ZDC"
SIMENGINE=${SIMENGINE:-TGeant4}

# create workflow
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCMS 13000 -col pp -proc ccbar -tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13000 -col pp -proc ccbar -tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
-ns ${NSIGEVENTS} -e ${SIMENGINE} \
-j ${NWORKERS} --embedding

Expand Down

0 comments on commit dd405d7

Please sign in to comment.