Skip to content

Releases: LLNL/umap

v2.1.1

11 Apr 18:54
2295a57
Compare
Choose a tag to compare

Added:

  • integration with Caliper
  • Dockerfile
  • new examples

v2.1.0

22 Sep 23:12
b9a58dc
Compare
Choose a tag to compare

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

26 Jun 20:17
8c76f25
Compare
Choose a tag to compare
  • Umap performance improvements.
  • Support for multiple umap regions.
  • Support for page prefetch
  • Support for page read-ahead

UMAP v1.0.0

20 Feb 22:28
206a626
Compare
Choose a tag to compare

Release 0.0.4 is considered to be function complete and has been promoted to the v1.0.0 release.

Version 0.0.4

21 Dec 02:37
25a2dcd
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release
Merge pull request #70 from LLNL/develop

UMAP Version 0.0.4

Virtual to Physical Map API and CFITSIO file support

10 May 19:53
ebb7dd0
Compare
Choose a tag to compare
  • 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

29 Mar 22:29
66d8224
Compare
Choose a tag to compare

Handling of read and write page faults are now correctly managing backing storage file.

Initial (pre) release

29 Jun 20:29
Compare
Choose a tag to compare
Initial (pre) release Pre-release
Pre-release

First tag after all put on github and boilerplate licensing information applied.