mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Merge pull request #1593 from drewejohnson/deplete-with-itertools
Allow depletion without multiprocessing
This commit is contained in:
commit
5dbe549a78
3 changed files with 40 additions and 13 deletions
|
|
@ -145,6 +145,17 @@ with :func:`cram.CRAM48` being the default.
|
|||
cram.CRAM48
|
||||
pool.deplete
|
||||
|
||||
.. data:: pool.USE_MULTIPROCESSING
|
||||
|
||||
Boolean switch to enable or disable the use of :mod:`multiprocessing`
|
||||
when solving the Bateman equations. The default is to use
|
||||
:mod:`multiprocessing`, but can cause the simulation to hang in
|
||||
some computing environments, namely due to MPI and networking
|
||||
restrictions. Disabling this option will result in only a single
|
||||
CPU core being used for depletion.
|
||||
|
||||
:type: bool
|
||||
|
||||
The following classes are used to help the :class:`openmc.deplete.Operator`
|
||||
compute quantities like effective fission yields, reaction rates, and
|
||||
total system energy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue