Skip to content

Commit a34a28e

Browse files
committed
Workflow defaults: add RUNTYPE
1 parent 6813278 commit a34a28e

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

0 commit comments

Comments
 (0)