/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0018/intel/TeaLeaf/build/TeaLeaf/src/omp/solver_methods.cpp: 69 - 72
--------------------------------------------------------------------------------

69:     for (int kk = halo_depth; kk < x - halo_depth; ++kk) {
70:       const int index = kk + jj * x;
71:       const double smvp = tealeaf_SMVP(u);
72:       r[index] = u0[index] - smvp;
