Releases: llnl/Adiak
Releases · llnl/Adiak
Adiak v0.5.0
Adiak v0.5.0 is a major update with new features and improvements:
- Python bindings for the Adiak application and tool APIs
- Adiak records are now timestamped. There are new tool API functions to retrieve the timestamp metadata.
- The type system gains the new
%jJSON string type and scalar size specifiers like%f32,%u8, etc. to pass in scalars of different bit lengths in compound types through the C API. - Several internal improvements and fixes.
Adiak v0.4.1
This is a minor update. Changes:
- Fix to store records in the shared adiak symbol
Adiak v0.4.0
This release fixes bugs and adds several new features, including:
- New
adiak_collect_all()function to collect all available built-in metadata - New functions to record the Adiak library version, MPI API level, and MPI library vendor and version
- Option to record strings and containers as references rather than copies
- Various build system improvements and fixes
- Expanded and improved documentation
Adiak v0.2.2
This release adds bugfixes and a few new features.
- Support for long long datatype
launchdatenow works on OSX- Updated BLT
- Fixes and updates to the build system
Note: The Adiak CMake targets now use namespaces. Use adiak::adiak as the CMake target.
Release 0.2.1
Adds handling for cases where Adiak is called with a MPI communicator before MPI_Init
v0.2.0
v0.1
Please download the attached adiak-v0.1.1.tar.gz to avoid issues with github not including submodules in the automatically generated tarball.