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
# Get this script's directory and load common settings (use zsh first (e.g. on Mac) and fallback on `readlink -f` if zsh is not there)
8
24
:${GEN_TOPO_MYDIR:="$O2DPG_ROOT/DATA/production"}
@@ -26,6 +42,7 @@ if [[ ! -z "$ALIEN_JDL_SHMSIZE" ]]; then export SHMSIZE=$ALIEN_JDL_SHMSIZE; fi
26
42
if [[ !-z"$ALIEN_JDL_MULTIPLICITYPROCESSTPCENTROPYDECODER" ]];thenexport MULTIPLICITY_PROCESS_tpc_entropy_decoder=$ALIEN_JDL_MULTIPLICITYPROCESSTPCENTROPYDECODER;fi
27
43
if [[ !-z"$ALIEN_JDL_MULTIPLICITYPROCESSTPCENTROPYENCODER" ]];thenexport MULTIPLICITY_PROCESS_tpc_entropy_encoder=$ALIEN_JDL_MULTIPLICITYPROCESSTPCENTROPYENCODER;fi
0 commit comments