/home/eoseret/qaas/qaas_runs/178-550-2839/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 125 - 131
--------------------------------------------------------------------------------

125:   #pragma omp parallel for
126: #endif
127:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
128:     for (int kk = halo_depth; kk < x - halo_depth; ++kk) {
129:       const int index = kk + jj * x;
130: 
131:       p[index] = beta * p[index] + r[index];
