Skip to content

Commit

Permalink
[Anchor] Use dynamic resource estimate for SimWF
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Volkel committed May 21, 2024
1 parent 903362d commit 76a883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/run/ANCHOR/anchorMC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export FAIRMQ_IPC_PREFIX=./

echo_info "Ready to start main workflow"

${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt ${ALIEN_JDL_O2DPGWORKFLOWTARGET:-aod} --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt ${ALIEN_JDL_O2DPGWORKFLOWTARGET:-aod} --cpu-limit ${ALIEN_JDL_CPULIMIT:-8} --dynamic-resources
MCRC=$? # <--- we'll report back this code
if [[ "${ALIEN_JDL_ADDTIMESERIESINMC}" != "0" ]]; then
# Default value is 1 so this is run by default.
Expand Down

0 comments on commit 76a883b

Please sign in to comment.