We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771d68a commit 3a218d9Copy full SHA for 3a218d9
Modules/ITS/src/ITSFhrTask.cxx
@@ -542,7 +542,7 @@ void ITSFhrTask::monitorData(o2::framework::ProcessingContext& ctx)
542
#ifdef WITH_OPENMP
543
omp_set_num_threads(mNThreads);
544
#pragma omp parallel for schedule(dynamic) reduction(+ \
545
- : totalhit)
+ : totalhit)
546
#endif
547
// fill Monitor Objects use openMP multiple threads, and calculate the occupancy
548
for (int i = 0; i < (int)activeStaves.size(); i++) {
0 commit comments