OpenMC/docs/source/pythonapi
Andrew Johnson 89259e310e
Allow Integrators to deplete w/o multiprocessing
Through a discussion on the user's group
https://groups.google.com/forum/#!topic/openmc-users/xHKYV-EBgrY
it was determined that some computing environments don't support
calls to fork() that multiprocessing.Pool requires. This can
lead to the depletion hanging indefinitely.

Users can now configure the
openmc.deplete.pool.USE_MULTIPROCESSING boolean to control
the use of multiprocessing during depletion. The default state
is to use multiprocessing. Otherwise itertools.starmap will be
used to update the compositions "in serial"
2020-06-25 13:22:36 -04:00
..
base.rst Some updates to the current documentation for accuracy. 2020-03-19 14:15:26 -05:00
capi.rst Rename openmc.capi -> openmc.lib 2019-09-13 10:38:26 -05:00
data.rst Implement openmc.data.dose_coefficients function based on ICRP-116 data 2020-05-08 11:47:26 -05:00
deplete.rst Allow Integrators to deplete w/o multiprocessing 2020-06-25 13:22:36 -04:00
examples.rst Respond to @wbinventor comments on #852 2017-04-10 07:16:17 -05:00
index.rst Fix broken links in documentation 2019-10-04 09:33:20 -05:00
mgxs.rst Get GROUP_STRUCTURES to show up in documentation 2018-11-07 07:36:08 -06:00
model.rst Add opemc.model.pin to python api documentation 2019-07-09 20:25:34 -05:00
openmoc.rst Respond to comments on #850 2017-04-05 11:13:21 -05:00
stats.rst Adding CylindricalIndependent source type 2020-01-06 19:47:10 -05:00