You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,19 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
7
7
## Unreleased
8
8
9
9
### Added
10
+
#### Conduit
11
+
- Added `conduit::utils::memory_usage` helper.
10
12
11
13
#### Blueprint
12
14
- Added `conduit::blueprint::<mpi>::mesh::state()`, `conduit::blueprint::<mpi>::mesh::cycle()`, and `conduit::blueprint::<mpi>::mesh::time()`, utilities for getting state information from meshes.
13
15
14
16
#### Relay
15
17
- Added h5z-zfp compression support to relay io hdf5 methods.
16
18
- Added `conduit::relay::<mpi>::io::blueprint::generate_root_filename()`, which takes the same arguments as `save_mesh` or `write_mesh` and produces the name of the root file that would be generated by a call to `save_mesh` or `write_mesh`.
19
+
- Added `conduit::relay::mpi::memory_usage` and `conduit::relay::mpi::memory_stats` helpers.
17
20
- Added `v1120` and `v1140` options to hdf5 libver settings to support 1.12 and 1.14 libver upper range.
18
21
22
+
19
23
### Changed
20
24
#### Conduit
21
25
- Changed Conduit memory handler callbacks from function pointers to `std::function` objects, allowing users more flexibility in dealing with different memory spaces.
0 commit comments