This site is currently under development for the RSE-ops community.

Umpire 0.3.2 Released

Published:

Reading time: 1 min

Umpire is a resource management library that allows the discovery, provision, and management of memory on next-generation architectures. (Please download the umpire-0.3.2.tar.gz file, rather than the automatically generated files. These do not include all the necessary submodule code.)

Umpire v0.3.1 includes:

  • Added a “cookbook” of examples on using Umpire in complex situations
  • Allow users to provide a heuristic to modify pool behavior, determining when unused blocks will be coalesced
  • Modify the CudaAdvice* operations to take a specific device id
  • Improve error message when running a CUDA-enabled version of Umpire on a machine without GPUs

Umpire v0.3.2 includes:

  • New functions to create Allocators to the C interface and ensure all C interface files are correctly installed
  • New tool to only replay AllocationMap operations

Learn more:


Next post: Unify 0.2.0 Released

Previously: New Repo: UMAP