Skip to content

Commit 03c9692

Browse files
jprotzeMeinersbur
authored andcommitted
Fix merge-conflict introduced with f8c968f
1 parent 99bfd52 commit 03c9692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/tools/archer/ompt-tsan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ static int ompt_tsan_initialize(ompt_function_lookup_t lookup, int device_num,
13581358
if (!AnnotateReductionBegin) {
13591359
AnnotateReductionBegin = AnnotateIgnoreWritesBegin;
13601360
AnnotateReductionEnd = AnnotateIgnoreWritesEnd;
1361-
if (archer_flags->verbose)
1361+
if (__archer::archer_flags->verbose)
13621362
std::cout << "Archer uses fallback solution for reductions: might miss some race" << std::endl;
13631363
}
13641364

0 commit comments

Comments
 (0)