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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,11 @@ if [[ $EPNSYNCMODE == 0 ]]; then
80
80
if [[ -z"${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]];thenexport WORKFLOW_DETECTORS_FLP_PROCESSING="";fi# No FLP processing by default when we do not run the sync EPN workflow, e.g. full system test will also run full FLP processing
81
81
else# Defaults when running on the EPN
82
82
if [[ "0$GEN_TOPO_CALIB_WORKFLOW"!="01" ]];then
83
-
if [[ -z"$SHMSIZE" ]];thenexport SHMSIZE=$((32<<30));fi
83
+
if [[ -z$GEN_TOPO_CALIB_NCORES ]];then
84
+
if [[ -z"$SHMSIZE" ]];thenexport SHMSIZE=$((32<<30));fi
85
+
else
86
+
if [[ -z"$SHMSIZE" ]];thenexport SHMSIZE=$(( ($GEN_TOPO_CALIB_NCORES*2) <<30));fi
87
+
fi
84
88
else
85
89
if [[ -z"$SHMSIZE" ]];thenexport SHMSIZE=$((112<<30));fi
0 commit comments