exasmr / openmc

OpenMC Monte Carlo Code
https://docs.openmc.org
MIT License
15 stars 9 forks source link

MPI Output Cleanup #12

Closed jtramm closed 2 years ago

jtramm commented 2 years ago

This PR makes it so a number of device-oriented status printouts (e.g., the size of the particle array being mapped) are only reported by a single MPI rank rather than spammed by all. It is a small section of what was to be in PR #8.

Note that all printouts regarding materials are not changed in this PR as they were included in the material serialization PR #9.