Skip to content

Commit

Permalink
[Anchor] Use dynamic resource estimate for SimWF (#1640)
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Volkel <[email protected]>
(cherry picked from commit 3212a61)
  • Loading branch information
benedikt-voelkel authored and Benedikt Volkel committed Jun 21, 2024
1 parent b7b6355 commit 3b56a78
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 3b56a78

Please sign in to comment.