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 c132a17 commit 771d68aCopy full SHA for 771d68a
Modules/ITS/src/ITSFhrTask.cxx
@@ -541,7 +541,8 @@ void ITSFhrTask::monitorData(o2::framework::ProcessingContext& ctx)
541
542
#ifdef WITH_OPENMP
543
omp_set_num_threads(mNThreads);
544
-#pragma omp parallel for schedule(dynamic) reduction(+ : totalhit)
+#pragma omp parallel for schedule(dynamic) reduction(+ \
545
+ : 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