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

86:     for (int kk = halo_depth; kk < x - halo_depth; ++kk) {
87:       const int index = kk + jj * x;
88:       const double smvp = tealeaf_SMVP(p);
89:       w[index] = smvp;
90:       pw_temp += w[index] * p[index];
