/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9279/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/TypedViewBase.hpp: 216 - 216
--------------------------------------------------------------------------------

216:     return data[stripIndexType(layout(args...))];
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9279/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/Layout.hpp: 187 - 187
--------------------------------------------------------------------------------

187:     return sum<IdxLin>((RangeInts == stride_one_dim
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9279/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-9279/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/index/IndexValue.hpp: 109 - 109
--------------------------------------------------------------------------------

109:     return TYPE(value + a);
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9279/intel/Kripke/build/Kripke/src/Kripke/Kernel/Scattering.cpp: 87 - 97
--------------------------------------------------------------------------------

87:             MixElem mix_start = zone_to_mixelem(z);
88:             MixElem mix_stop = mix_start + zone_to_num_mixelem(z);
89: 
90:             double sigs_z = 0.0;
91:             for(MixElem mix = mix_start;mix < mix_stop;++ mix){
92:               Material mat = mixelem_to_material(mix);
93:               double fraction = mixelem_to_fraction(mix);
94: 
95:               sigs_z += sigs(mat, n, global_g, global_gp) * fraction;
96:             }
97:             phi_out(nm, g, z) += sigs_z * phi(nm, gp, z);
