/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9338/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/pattern/kernel/For.hpp: 142 - 142
--------------------------------------------------------------------------------

142:     for (decltype(distance_it) i = 0; i < distance_it; ++i)
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9338/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/Operators.hpp: 369 - 369
--------------------------------------------------------------------------------

369:     return Ret {lhs} + rhs;
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9338/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/policy/openmp/kernel/Collapse.hpp: 129 - 140
--------------------------------------------------------------------------------

129: #pragma omp parallel for private(i0, i1) firstprivate(privatizer)              \
130:     RAJA_COLLAPSE(2)
131:     for (i0 = 0; i0 < l0; ++i0)
[...]
140:       }
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9338/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/Layout.hpp: 191 - 191
--------------------------------------------------------------------------------

191:                             strides[RangeInts] * indices  // it's not stride one
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9338/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/internal/Iterators.hpp: 291 - 449
--------------------------------------------------------------------------------

291:     return value_type(val + rhs);
[...]
373:     difference_type diff = (static_cast<difference_type>(val) -
374:                             (static_cast<difference_type>(rhs.val)));
375: 
376:     return (diff % stride != difference_type {0})
[...]
449:     return value_type(val + rhs * stride);
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9338/intel/Kripke/build/Kripke/src/Kripke/Kernel/SweepSubdomain.cpp: 88 - 106
--------------------------------------------------------------------------------

88:             double xcos_dxi = 2.0 * xcos(d) / dx(i);
89:             double ycos_dyj = 2.0 * ycos(d) / dy(j);
90:             double zcos_dzk = 2.0 * zcos(d) / dz(k);
[...]
96:                 + psi_lf(d, g, j, k) * xcos_dxi
97:                 + psi_fr(d, g, i, k) * ycos_dyj
98:                 + psi_bo(d, g, i, j) * zcos_dzk)
99:                 / (xcos_dxi + ycos_dyj + zcos_dzk + sigt(g, z));
100: 
101:             psi(d, g, z) = psi_d_g_z;
102: 
103:             /* Apply diamond-difference relationships */
104:             psi_lf(d, g, j, k) = 2.0 * psi_d_g_z - psi_lf(d, g, j, k);
105:             psi_fr(d, g, i, k) = 2.0 * psi_d_g_z - psi_fr(d, g, i, k);
106:             psi_bo(d, g, i, j) = 2.0 * psi_d_g_z - psi_bo(d, g, i, j);
