Prepare distributed cell indices/arrays during initialization

This commit is contained in:
Paul Romano 2019-12-02 21:34:08 -06:00
parent aa89604f78
commit 9ddbfd26c9
4 changed files with 21 additions and 19 deletions

View file

@ -58,9 +58,6 @@ int openmc_simulation_init()
// Skip if simulation has already been initialized
if (simulation::initialized) return 0;
// Initialize distribcell_filters
prepare_distribcell();
// Determine how much work each process should do
calculate_work();