mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
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" |
||
|---|---|---|
| .. | ||
| base.rst | ||
| capi.rst | ||
| data.rst | ||
| deplete.rst | ||
| examples.rst | ||
| index.rst | ||
| mgxs.rst | ||
| model.rst | ||
| openmoc.rst | ||
| stats.rst | ||