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 c01671e commit ad0d2f0Copy full SHA for ad0d2f0
openmp/runtime/test/worksharing/for/omp_for_private_reduction.cpp
@@ -1,4 +1,4 @@
1
-//RUN: %libomp-cxx-compile -fopenmp-version=60 && %libomp-run
+// RUN: %libomp-cxx-compile -fopenmp-version=60 && %libomp-run
2
#include <stdio.h>
3
#include <omp.h>
4
#include "omp_testsuite.h"
@@ -65,8 +65,8 @@ int main(void) {
65
int input_array[N];
66
int total_errors = 0;
67
const float kPiVal = 3.14f;
68
- const int kExpectedSum = 45; // Sum of 0..9
69
- const int kExpectedProd = 3628800; // 10!
+ const int kExpectedSum = 45; // Sum of 0..9
+ const int kExpectedProd = 3628800; // 10!
70
const float kExpectedFsum = kPiVal * N; // 3.14f * 10
71
72
for (int i = 0; i < N; i++)
0 commit comments