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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,13 @@ if [ -z "$RAWINPUTDIR" ]; then export RAWINPUTDIR=$FILEWORKDIR; fi # Directo
62
62
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...
63
63
if [ -z"$BEAMTYPE" ];thenexport BEAMTYPE=PbPb;fi# Beam type, must be PbPb, pp, pPb, cosmic, technical
64
64
if [[ -z$IS_SIMULATED_DATA ]];then IS_SIMULATED_DATA=1;fi# processing simulated data
65
-
if [ -z"$EDJSONS_DIR" ];thenexport EDJSONS_DIR="jsons";fi# output directory for ED json files
66
65
if [ $EPNSYNCMODE== 0 ];then
67
66
if [ -z"$SHMSIZE" ];thenexport SHMSIZE=$((8<<30));fi# Size of shared memory for messages
68
67
if [ -z"$NGPUS" ];thenexport NGPUS=1;fi# Number of GPUs to use, data distributed round-robin
69
68
if [ -z"$EXTINPUT" ];thenexport EXTINPUT=0;fi# Receive input from raw FMQ channel instead of running o2-raw-file-reader
70
69
if [ -z"$EPNPIPELINES" ];thenexport EPNPIPELINES=0;fi# Set default EPN pipeline multiplicities
71
70
if [ -z"$SHMTHROW" ];thenexport SHMTHROW=1;fi# Throw exception when running out of SHM
71
+
if [ -z"$EDJSONS_DIR" ];thenexport EDJSONS_DIR="jsons";fi# output directory for ED json files
72
72
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
73
73
else# Defaults when running on the EPN
74
74
if [ -z"$SHMSIZE" ];thenexport SHMSIZE=$((256<<30));fi
@@ -78,6 +78,7 @@ else # Defaults when running on the EPN
78
78
if [ -z"$SHMTHROW" ];thenexport SHMTHROW=0;fi
79
79
if [ -z"$TIMEFRAME_SHM_LIMIT" ];thenexport TIMEFRAME_SHM_LIMIT=$(($SHMSIZE/2));fi
80
80
if [ -z"$TIMEFRAME_RATE_LIMIT" ];thenexport TIMEFRAME_RATE_LIMIT=0;fi
81
+
if [ -z"$EDJSONS_DIR" ];thenexport EDJSONS_DIR="/home/ed/jsons";fi
81
82
if [ -z"${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ];thenexport WORKFLOW_DETECTORS_FLP_PROCESSING="TOF";fi# Current default in sync processing is that FLP processing is only enabled for TOF
0 commit comments