We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d753c0 commit c62d52cCopy full SHA for c62d52c
MC/run/ANCHOR/anchorMC.sh
@@ -257,7 +257,6 @@ echo_info "Ready to start main workflow"
257
258
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt ${ALIEN_JDL_O2DPGWORKFLOWTARGET:-aod} --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
259
MCRC=$? # <--- we'll report back this code
260
-exit 0
261
if [[ "${ALIEN_JDL_ADDTIMESERIESINMC}" != "0" ]]; then
262
# Default value is 1 so this is run by default.
263
echo_info "Running TPC time series"
0 commit comments