We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b6355 commit 3b56a78Copy full SHA for 3b56a78
MC/run/ANCHOR/anchorMC.sh
@@ -257,7 +257,7 @@ export FAIRMQ_IPC_PREFIX=./
257
258
echo_info "Ready to start main workflow"
259
260
-${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
261
MCRC=$? # <--- we'll report back this code
262
if [[ "${ALIEN_JDL_ADDTIMESERIESINMC}" != "0" ]]; then
263
# Default value is 1 so this is run by default.
0 commit comments