Paul Romano
94f02ae10b
Bump version to 0.14.0-dev ( #2740 )
2023-10-31 16:55:19 -05:00
Paul Romano
97414699fd
Update variable names for depletion 'n' vectors ( #2583 )
2023-07-06 14:48:36 -05:00
Lorenzo Chierici
c5bc2302eb
Transfer rates mpi ( #2551 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-06-15 23:00:20 -05:00
Lorenzo Chierici
43437e9410
TransferRates (old msr continuous capabilities) ( #2358 )
...
---------
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
Co-authored-by: yardasol <yardasol@grinnell.edu>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
2023-04-27 22:11:17 -05:00
Baptiste Mouginot
a25bbc250f
renaming func_args into matrix_args, fixing docstring accordingly
2023-02-16 14:50:23 +01:00
Baptiste Mouginot
5f5c0ed7a7
map_no_kargs
2023-02-15 11:07:29 +01:00
Baptiste Mouginot
dcfac1d10e
tweaking comments
2023-01-18 14:12:00 +01:00
Baptiste Mouginot
bbacb383cd
allowing to pass additiinal args to pool.deplete when using user specified maxtrix_func
2023-01-18 14:04:41 +01:00
Paul Romano
dc18f59d82
Allow user to override num processes used for depletion
2022-03-22 06:53:47 -05:00
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
Andrew Johnson
7fdfe0ec0b
Documentation fixes for configurable CRAM solver
...
Recommendations and typos found through review with
@paulromano
2020-05-14 08:12:14 -04:00
Andrew Johnson
46e98e4a01
Move deplete function to dedicated pool module; removed timed_deplete
2020-05-09 15:01:49 -04:00