/home/eoseret/qaas/qaas_runs/178-237-4322/intel/TeaLeaf/build/TeaLeaf/src/omp/solver_methods.cpp: 66 - 72
--------------------------------------------------------------------------------

66:   #pragma omp parallel for
67: #endif
68:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
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;
