/beegfs/hackathon/users/eoseret/qaas_runs_test/178-661-4132/intel/CloverLeaf2.0-CXX/build/CloverLeaf2.0-CXX/src/omp/context.h: 69 - 69
--------------------------------------------------------------------------------

69:   T &operator()(size_t i, size_t j) const { return data[i + j * sizeX]; }
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-661-4132/intel/CloverLeaf2.0-CXX/build/CloverLeaf2.0-CXX/src/omp/reset_field.cpp: 44 - 49
--------------------------------------------------------------------------------

44: #pragma omp parallel for simd collapse(2)
45:   for (int j = (y_min + 1); j < (y_max + 1 + 2); j++) {
46:     for (int i = (x_min + 1); i < (x_max + 1 + 2); i++) {
47:       xvel0(i, j) = xvel1(i, j);
48:       yvel0(i, j) = yvel1(i, j);
49:     }
