Skip to content

Commit 9ed55f0

Browse files
committed
Use process multiplicity auto-scaling by default on the EPN
1 parent ac37944 commit 9ed55f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DATA/common/setenv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ else # Defaults when running on the EPN
8080
if [ -z "$TIMEFRAME_RATE_LIMIT" ]; then export TIMEFRAME_RATE_LIMIT=0; fi
8181
if [ -z "$EDJSONS_DIR" ]; then export EDJSONS_DIR="/home/ed/jsons"; fi
8282
if [ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="TOF"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
83+
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
8384
fi
8485
# Some more options for running on the EPN
8586
if [ -z "$INFOLOGGER_SEVERITY" ]; then export INFOLOGGER_SEVERITY="important"; fi

0 commit comments

Comments
 (0)