mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
bfd726d824
commit
8b0cd34fb5
1 changed files with 3 additions and 3 deletions
|
|
@ -149,10 +149,10 @@ with :func:`cram.CRAM48` being the default.
|
|||
|
||||
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 for hang in
|
||||
:mod:`multiprocessing`, but can cause the simulation to hang in
|
||||
some computing environments, namely due to MPI and networking
|
||||
restrictions. Disabling this option will not utilize all processing
|
||||
units and take a little more time.
|
||||
restrictions. Disabling this option will result in only a single
|
||||
CPU core being used for depletion.
|
||||
|
||||
:type: bool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue