Releases: LLNL/umap
Releases · LLNL/umap
v2.1.1
v2.1.0
Added:
-Flush Buffer API: umap_flush() enables explicit flushing of dirty pages
-SparseStore: A sparse multi-file backing store interface
-Build options: ENABLE_DISPLAY_STATS, ENABLE_TESTS_LINK_STATIC_UMAP
Bug Fixes:
- Fixed C-compatibility of umap.h
- Duplicate stats removed
- Deadlock in evict_region
- Thread-safe umap_ex() and uunmap() API calls
v2.0.0
UMAP v1.0.0
Release 0.0.4 is considered to be function complete and has been promoted to the v1.0.0 release.
Version 0.0.4
Merge pull request #70 from LLNL/develop UMAP Version 0.0.4
Virtual to Physical Map API and CFITSIO file support
- Added support for CFITSIO
- Added API to allow application to map virtual addresses to offsets within back file(s)
v0.0.2: Merge pull request #22 from LLNL/develop
Handling of read and write page faults are now correctly managing backing storage file.
Initial (pre) release
First tag after all put on github and boilerplate licensing information applied.