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 76db75a commit 0b59740Copy full SHA for 0b59740
openmp/runtime/test/worksharing/for/omp_for_private_reduction.cpp
@@ -178,7 +178,7 @@ int main(void) {
178
}
179
total_errors += checkUserDefinedReduction();
180
total_errors += performComplexReduction();
181
- #pragma omp parallel num_threads(4)
+#pragma omp parallel num_threads(4)
182
{
183
std::complex<double> result(1, 0);
184
result = doComplexReduction(arr);
0 commit comments