diff --git a/docs/source/usersguide/troubleshoot.rst b/docs/source/usersguide/troubleshoot.rst index e5a68d6812..dd1c86a13f 100644 --- a/docs/source/usersguide/troubleshoot.rst +++ b/docs/source/usersguide/troubleshoot.rst @@ -119,4 +119,15 @@ using particle restart mode with the ``-r`` command-line option in conjunction with the particle restart files that are created when particles are lost with this error. -.. _mailing list: https://groups.google.com/forum/?fromgroups=#!forum/openmc-users +Depletion +********* + +If you are running a depletion simulation and are experiencing random hangs or +crashes, you may need to set:: + + openmc.deplete.pool.USE_MULTIPROCESSING = False + +in your Python file before making any calls to the integrator. This can be +caused by an MPI implementation that is not compatible with forking (e.g., see +the `OpenMPI FAQ entry about forking +`_).