Skip to content

Commit 22a6d66

Browse files
rmunzerdavidrohr
authored andcommitted
Include zsEncoder in laser workflow
1 parent 4185459 commit 22a6d66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DATA/production/calib/tpc-laser.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22

33
source common/setenv.sh
4-
54
export SHMSIZE=$(( 128 << 30 )) # GB for the global SHMEM
65
export GPUMEMSIZE=$(( 24 << 30 ))
76
export HOSTMEMSIZE=$(( 5 << 30 ))
@@ -59,14 +58,14 @@ o2-dpl-raw-proxy $ARGS_ALL \
5958
| o2-tpc-raw-to-digits-workflow $ARGS_ALL \
6059
--input-spec "$CALIB_INSPEC" \
6160
--configKeyValues "TPCDigitDump.LastTimeBin=600;$ARGS_ALL_CONFIG" \
62-
--pipeline tpc-raw-to-digits-0:32 \
61+
--pipeline tpc-raw-to-digits-0:20 \
6362
--remove-duplicates \
6463
--send-ce-digits \
6564
| o2-tpc-reco-workflow $ARGS_ALL \
6665
--input-type digitizer \
6766
--output-type "tracks,disable-writer" \
6867
--disable-mc \
69-
--pipeline tpc-tracker:4 \
68+
--pipeline tpc-zsEncoder:20,tpc-tracker:8 \
7069
$GPU_CONFIG \
7170
--configKeyValues "$ARGS_ALL_CONFIG;align-geom.mDetectors=none;GPU_global.deviceType=$GPUTYPE;GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;$GPU_CONFIG_KEY" \
7271
| o2-tpc-laser-track-filter $ARGS_ALL \
@@ -76,10 +75,11 @@ o2-dpl-raw-proxy $ARGS_ALL \
7675
--lanes 36 \
7776
--calib-type ce \
7877
--publish-after-tfs 50 \
79-
--max-events 90 \
78+
--max-events 110 \
8079
| o2-calibration-ccdb-populator-workflow $ARGS_ALL \
8180
--ccdb-path http://ccdb-test.cern.ch:8080 \
8281
| o2-dpl-run $ARGS_ALL --dds
8382

83+
# --pipeline tpc-tracker:4 \
8484

8585
# --configKeyValues "align-geom.mDetectors=none;GPU_global.deviceType=$GPUTYPE;GPU_proc.forceMemoryPoolSize=$GPUMEMSIZE;GPU_proc.forceHostMemoryPoolSize=$HOSTMEMSIZE;GPU_proc.deviceNum=0;GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;$ARGS_FILES;keyval.output_dir=/dev/null" \

0 commit comments

Comments
 (0)