Skip to content

Commit

Permalink
dpl-workflow: Change default FLP processing in sync mode to CTP only
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Feb 19, 2024
1 parent f721817 commit 26319e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/common/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ else # Defaults when running on the EPN
if [[ -z "${SHMTHROW:-}" ]]; then export SHMTHROW=0; fi
if [[ -z "${TIMEFRAME_SHM_LIMIT:-}" ]]; then export TIMEFRAME_SHM_LIMIT=$(( $SHMSIZE / 2 )); fi
if [[ -z "${EDJSONS_DIR:-}" ]]; then export EDJSONS_DIR="/scratch/services/ed/jsons_${RUNTYPE}"; fi
if [[ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="TOF,CTP"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
if [[ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="CTP"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
if [[ -z "${GEN_TOPO_AUTOSCALE_PROCESSES:-}" ]]; then export GEN_TOPO_AUTOSCALE_PROCESSES=1; fi # On the EPN we should make sure to always use the node to the full extent
fi
# Some more options for running on the EPN
Expand Down

0 comments on commit 26319e4

Please sign in to comment.