testing history-based method

This commit is contained in:
John Tramm 2020-01-03 20:09:46 +00:00
parent 2e37b1d603
commit eba244a1c0

View file

@ -905,7 +905,6 @@ int openmc_next_batch(int* status)
// ====================================================================
// LOOP OVER PARTICLES
/*
#pragma omp parallel for schedule(runtime)
for (int64_t i_work = 1; i_work <= simulation::work_per_rank; ++i_work) {
// grab source particle from bank
@ -915,9 +914,8 @@ int openmc_next_batch(int* status)
// transport particle
p.transport();
}
*/
transport();
//transport();
// Accumulate time for transport
simulation::time_transport.stop();