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: MC/run/PWGHF/embedding_benchmark.sh
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,10 @@ for tf in `seq 1 ${NTIMEFRAMES}`; do
54
54
# now run digitization phase
55
55
echo"Running digitization for $intRate kHz interaction rate"
56
56
57
-
gloOpt="-b --run --shm-segment-size 10000000000"# TODO: decide shared mem based on event number
57
+
gloOpt="-b --run --shm-segment-size ${SHMSIZE:-20000000000}"# TODO: decide shared mem based on event number - default should be ok for 100PbPb timeframes
0 commit comments