/home/eoseret/qaas/qaas_runs/178-237-4322/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 128 - 131
--------------------------------------------------------------------------------

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];
