Skip to content

Commit b8a31de

Browse files
benedikt-voelkelBenedikt Volkel
authored 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 6854950 commit b8a31de

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
@@ -237,7 +237,7 @@ export FAIRMQ_IPC_PREFIX=./
237237

238238
echo "Ready to start main workflow"
239239

240-
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt ${ALIEN_JDL_O2DPGWORKFLOWTARGET:-aod} --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
240+
${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
241241
MCRC=$? # <--- we'll report back this code
242242

243243
if [[ "${ALIEN_JDL_ADDTIMESERIESINMC}" != "0" ]]; then

0 commit comments

Comments
 (0)