Skip to content

Commit b10964b

Browse files
committed
allow to set total cpulimit via env variable
1 parent 413c885 commit b10964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/PWGHF/embedding_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc
2929
-j ${NWORKERS} --embedding -interactionRate 50000
3030

3131
# run workflow
32-
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json
32+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit ${CPULIMIT:-8}

0 commit comments

Comments
 (0)