You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DATA/common/setenv.sh
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,6 @@ else # Defaults when running on the EPN
89
89
if [[ -z"$EPNPIPELINES" ]];thenexport EPNPIPELINES=1;fi
90
90
if [[ -z"$SHMTHROW" ]];thenexport SHMTHROW=0;fi
91
91
if [[ -z"$TIMEFRAME_SHM_LIMIT" ]];thenexport TIMEFRAME_SHM_LIMIT=$(($SHMSIZE/2));fi
92
-
if [[ -z"$TIMEFRAME_RATE_LIMIT" ]];thenexport TIMEFRAME_RATE_LIMIT=0;fi
93
92
if [[ -z"$EDJSONS_DIR" ]];thenexport EDJSONS_DIR="/scratch/services/ed/jsons_${RUNTYPE}";fi
94
93
if [[ -z"${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]];thenexport WORKFLOW_DETECTORS_FLP_PROCESSING="TOF";fi# Current default in sync processing is that FLP processing is only enabled for TOF
95
94
if [[ -z"$GEN_TOPO_AUTOSCALE_PROCESSES" ]];thenexport GEN_TOPO_AUTOSCALE_PROCESSES=1;fi# On the EPN we should make sure to always use the node to the full extent
0 commit comments