Parallelize source site generation for fixed source calcs

This commit is contained in:
Paul Romano 2020-01-14 07:00:02 -06:00
parent f417f35809
commit a7d08364d3
6 changed files with 10 additions and 0 deletions

View file

@ -462,7 +462,9 @@ void finalize_generation()
} else if (settings::run_mode == RUN_MODE_FIXEDSOURCE) {
// For fixed-source mode, we need to sample the external source
simulation::time_sample_source.start();
fill_source_bank_fixedsource();
simulation::time_sample_source.stop();
}
}