fixup! Note MPI fork depletion analysis issues in MPI installation guide

This commit is contained in:
Tyson Whitehead 2021-08-29 12:35:38 -04:00 committed by Paul Romano
parent c6328d5504
commit 4559c8f3af

View file

@ -387,6 +387,17 @@ i.e.
CXX=mpicxx cmake /path/to/openmc
If you are doing depletion analysis, you may have to set
.. code-block:: python
openmc.deplete.pool.USE_MULTIPROCESSING = False
in your python file before making any calls to the integrator depending on whether
or not your MPI is compatible with forking (e.g., see the `OpenMPI FAQ entry about
forking <https://www.open-mpi.org/faq/?category=tuning#fork-warning>`_). If it is
not compatible, and this in not set, random hangs and crashes can result.
Selecting HDF5 Installation
+++++++++++++++++++++++++++