mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Prepare distributed cell indices/arrays during initialization
This commit is contained in:
parent
aa89604f78
commit
9ddbfd26c9
4 changed files with 21 additions and 19 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue