diff --git a/OpenMP/linear-algebra/kernels/atax/atax.c b/OpenMP/linear-algebra/kernels/atax/atax.c index 0d8c64c..dc64050 100644 --- a/OpenMP/linear-algebra/kernels/atax/atax.c +++ b/OpenMP/linear-algebra/kernels/atax/atax.c @@ -44,6 +44,7 @@ static void print_array(int nx, { int i; + /// Print all numbers in the array sequentially. // Cannot parallelize this: prints have to be sequential to make sense! for (i = 0; i < nx; i++) {