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: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ if [[ -z $FILEWORKDIRRUN ]]; then export FILEWORKDIRRUN=$FILEWORKDIR; fi # dire
68
68
if [[ -z"$RAWINPUTDIR" ]];thenexport RAWINPUTDIR=$FILEWORKDIR;fi# Directory where to find input files (raw files / raw tf files / ctf files)
69
69
if [[ -z"$EPNSYNCMODE" ]];thenexport EPNSYNCMODE=0;fi# Is this workflow supposed to run on EPN for sync processing? Will enable InfoLogger / metrics / fetching QC JSONs from consul...
70
70
if [[ -z"$BEAMTYPE" ]];thenexport BEAMTYPE=PbPb;fi# Beam type, must be PbPb, pp, pPb, cosmic, technical
71
+
if [[ -z"$RUNTYPE" ]];thenexport RUNTYPE=Standalone;fi# Run Type, standalone for local tests, otherwise PHYSICS, COSMICS, TECHNICAL, SYNTHETIC
71
72
if [[ -z$IS_SIMULATED_DATA ]];thenexport IS_SIMULATED_DATA=1;fi# processing simulated data
72
73
if [[ $EPNSYNCMODE== 0 ]];then
73
74
if [[ -z"$SHMSIZE" ]];thenexport SHMSIZE=$((8<<30));fi# Size of shared memory for messages
0 commit comments