Skip to content

Commit 3ab60a7

Browse files
committed
Reduce TPC Laser SHMSIZE and fix typo
1 parent 8a6e6c1 commit 3ab60a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DATA/production/standalone-calibration.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TPC-pulser: "O2PDPSuite" reco,1,1," production/calib/tpc-pulser.sh"
1212

1313
TPC-pedestal: "O2PDPSuite" reco,1,1," production/calib/tpc-pedestal.sh"
1414

15-
TPC-laser: "O2PDPSuite" reco,1,1,"SHMSIZE=$((128 << 30)) GPUTYPE=HIP GPUMEMSIZE=$(( 24 << 30 )) STMEMSIZE=$(( 5 << 30 )) production/calib/tpc-laser.sh"
15+
TPC-laser: "O2PDPSuite" reco,1,1,"SHMSIZE=$((64 << 30)) GPUTYPE=HIP GPUMEMSIZE=$(( 24 << 30 )) HOSTMEMSIZE=$(( 5 << 30 )) production/calib/tpc-laser.sh"
1616

1717
MFT-noise-calibration: "O2PDPSuite" reco,20,20,"production/calib/mft-noise-processing.sh" calib,20,"production/calib/mft-noise-aggregator.sh"
1818

DATA/testing/detectors/TPC/workflows.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ctf-and-display: "DataDistribution QualityControl" reco,128,128,"SHMSIZE=1280000
22
ctf-and-display-gpu: "DataDistribution QualityControl" reco,128,128,"GPUTYPE=HIP SHMSIZE=128000000000 INFOLOGGER_SEVERITY=warning testing/detectors/TPC/tpc-workflow.sh"
33
TPC-pulser: "O2PDPSuite" reco,1,1," production/calib/tpc-pulser.sh"
44
TPC-pedestal: "O2PDPSuite" reco,1,1," production/calib/tpc-pedestal.sh"
5-
TPC-laser: "O2PDPSuite" reco,1,1,"SHMSIZE=$((128 << 30)) GPUTYPE=HIP GPUMEMSIZE=$(( 24 << 30 )) STMEMSIZE=$(( 5 << 30 )) production/calib/tpc-laser.sh"
5+
TPC-laser: "O2PDPSuite" reco,1,1,"SHMSIZE=$((64 << 30)) GPUTYPE=HIP GPUMEMSIZE=$(( 24 << 30 )) HOSTMEMSIZE=$(( 5 << 30 )) production/calib/tpc-laser.sh"
66
TPC-krypton: "O2PDPSuite" reco,60,60,"SHMSIZE=128000000000 testing/detectors/TPC/tpc-krypton.sh"
77
TPC-krypton-raw: "O2PDPSuite" reco,80,80,"SHMSIZE=128000000000 testing/detectors/TPC/tpc-krypton-raw.sh"
88
TPC-standalone: "O2PDPSuite" reco,60,60,"GPUTYPE=HIP SHMSIZE=128000000000 testing/detectors/TPC/tpc-standalone.sh"

0 commit comments

Comments
 (0)