Skip to content

Commit 81d63b8

Browse files
shahor02chiarazampolli
authored andcommitted
In EPNSYNCMODE set EDJSONS_DIR to /home/ed/jsons
1 parent bf720b4 commit 81d63b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DATA/common/setenv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ if [ -z "$RAWINPUTDIR" ]; then export RAWINPUTDIR=$FILEWORKDIR; fi # Directo
6262
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...
6363
if [ -z "$BEAMTYPE" ]; then export BEAMTYPE=PbPb; fi # Beam type, must be PbPb, pp, pPb, cosmic, technical
6464
if [[ -z $IS_SIMULATED_DATA ]]; then IS_SIMULATED_DATA=1; fi # processing simulated data
65-
if [ -z "$EDJSONS_DIR" ]; then export EDJSONS_DIR="jsons"; fi # output directory for ED json files
6665
if [ $EPNSYNCMODE == 0 ]; then
6766
if [ -z "$SHMSIZE" ]; then export SHMSIZE=$(( 8 << 30 )); fi # Size of shared memory for messages
6867
if [ -z "$NGPUS" ]; then export NGPUS=1; fi # Number of GPUs to use, data distributed round-robin
6968
if [ -z "$EXTINPUT" ]; then export EXTINPUT=0; fi # Receive input from raw FMQ channel instead of running o2-raw-file-reader
7069
if [ -z "$EPNPIPELINES" ]; then export EPNPIPELINES=0; fi # Set default EPN pipeline multiplicities
7170
if [ -z "$SHMTHROW" ]; then export SHMTHROW=1; fi # Throw exception when running out of SHM
71+
if [ -z "$EDJSONS_DIR" ]; then export EDJSONS_DIR="jsons"; fi # output directory for ED json files
7272
if [ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]; then export 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
7373
else # Defaults when running on the EPN
7474
if [ -z "$SHMSIZE" ]; then export SHMSIZE=$(( 256 << 30 )); fi
@@ -78,6 +78,7 @@ else # Defaults when running on the EPN
7878
if [ -z "$SHMTHROW" ]; then export SHMTHROW=0; fi
7979
if [ -z "$TIMEFRAME_SHM_LIMIT" ]; then export TIMEFRAME_SHM_LIMIT=$(( $SHMSIZE / 2 )); fi
8080
if [ -z "$TIMEFRAME_RATE_LIMIT" ]; then export TIMEFRAME_RATE_LIMIT=0; fi
81+
if [ -z "$EDJSONS_DIR" ]; then export EDJSONS_DIR="/home/ed/jsons"; fi
8182
if [ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="TOF"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
8283
fi
8384
# Some more options for running on the EPN

0 commit comments

Comments
 (0)