Skip to content

Commit 3b56a78

Browse files
benedikt-voelkelBenedikt Volkel
andcommitted
[Anchor] Use dynamic resource estimate for SimWF (#1640)
Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch> (cherry picked from commit 3212a61)
1 parent b7b6355 commit 3b56a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export FAIRMQ_IPC_PREFIX=./
257257

258258
echo_info "Ready to start main workflow"
259259

260-
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt ${ALIEN_JDL_O2DPGWORKFLOWTARGET:-aod} --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
260+
${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
261261
MCRC=$? # <--- we'll report back this code
262262
if [[ "${ALIEN_JDL_ADDTIMESERIESINMC}" != "0" ]]; then
263263
# Default value is 1 so this is run by default.

0 commit comments

Comments
 (0)