Umpire

(★ 418)

An application-focused API for memory management on NUMA & GPU architectures

File Explorer

  • .clang-format
  • .dockerignore
  • .gitignore
  • .gitlab-ci.yml
  • .gitmodules
  • .mailmap
  • .readthedocs.yml
  • .uberenv_config.json
  • blt
  • CITATION.cff
  • CMakeLists.txt
  • CODE_OF_CONDUCT.md
  • codecov.yml
  • CONTRIBUTING.md
  • COPYRIGHT
  • Dockerfile
  • LICENSE
  • Makefile
  • NOTICE
  • README.md
  • RELEASE
  • RELEASE_NOTES.md
  • umpire-config.cmake.in
  • VERSION

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cmake

View Details ▼

Cross-platform build automation system, that generates recipes for native build systems.

cmake {{path/to/project_directory}}

Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:

cmake --build {{path/to/build_directory}}

Use a generated recipe in a given directory to build artifacts:

cmake --install {{path/to/build_directory}} --strip

Install the build artifacts into `/usr/local/` and strip debugging symbols:

🔍

git submodule

View Details ▼

Inspect, update, and manage submodules.

git submodule

View existing submodules and the checked-out commit for each one:

git submodule update --init --recursive

Install a repository's submodules (listed in `.gitmodules`):

git submodule add {{repository_url}}

Add a Git repository as a submodule of the current one:

# Project Badges

  • Documentation Status Documentation Status Visit
  • Github Actions Build Status Github Actions Build Status Visit
// repository documentation