Skip to content

Commit bc15041

Browse files
committed
ITS: increase default threads to 2
1 parent d7685fa commit bc15041

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/ITSMFT/ITS/tracking/include/ITStracking/TrackingConfigParam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct VertexerParamConfig : public o2::conf::ConfigurableParamHelper<VertexerPa
4949
int ZBins = 1; // z-phi index table configutation: number of z bins
5050
int PhiBins = 128; // z-phi index table configutation: number of phi bins
5151

52-
int nThreads = 1;
52+
int nThreads = 2;
5353
bool printMemory = false;
5454
size_t maxMemory = std::numeric_limits<size_t>::max();
5555
bool dropTFUponFailure = false;
@@ -94,7 +94,7 @@ struct TrackerParamConfig : public o2::conf::ConfigurableParamHelper<TrackerPara
9494
int trackingMode = -1; // -1: unset, 0=sync, 1=async, 2=cosmics used by gpuwf only
9595
bool doUPCIteration = false; // Perform an additional iteration for UPC events on tagged vertices. You want to combine this config with VertexerParamConfig.nIterations=2
9696

97-
int nThreads = 1;
97+
int nThreads = 2;
9898
bool printMemory = false;
9999
size_t maxMemory = std::numeric_limits<size_t>::max();
100100
bool dropTFUponFailure = false;

0 commit comments

Comments
 (0)