/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0009/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 85 - 90
--------------------------------------------------------------------------------

85:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
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];
