Releases: mochi-hpc/mochi-thallium
Releases · mochi-hpc/mochi-thallium
Version 0.11.3
- Fixed problem with some forward variants making copies of arguments
- Added the possibility to wait multiple times on an async_response
Version 0.11.2
- Bug fix in proc_object when THALLIUM_DEBUG_RPC_TYPES is defined
- Bug fix in assignment operators of the engine class
Version 0.11.1
- fixes bug with one of the engine constructors
Version 0.11.0
- fixes std::vector serialization in old serialization library
- engine::get_progress_pool added
- various refactoring inside engine implementation
- added version of engine::expose that allows passing a hg_bulk_attr
- various fixes to packed_data
Version 0.10.1
Fixes various cmake installation issues related to cereal.
Version 0.10.0
- Adds support for timer_callback
- Adds logger class and logging functionality
- Adds access to margo's underlying configuration, pools, and xstreams
Version 0.9.1
- This version removes unnecessary copy constructor calls and copy assignments of C++ objects when serializing
Version 0.9
- Added support for serialization context
- Added corresponding example