Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

pmem/rpma

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2022
Sep 5, 2023
Jun 12, 2023
Aug 8, 2022
Jun 13, 2023
Mar 14, 2023
Apr 3, 2023
Oct 27, 2022
Jun 9, 2023
Jul 13, 2020
Feb 19, 2020
Feb 8, 2023
Jun 13, 2023
Jun 13, 2023
Nov 4, 2022
May 30, 2023
Aug 4, 2022
Jun 4, 2020
Sep 5, 2023
Apr 12, 2021
Aug 22, 2022
Jan 26, 2021

Repository files navigation

librpma: Remote Persistent Memory Access Library

GHA build status CircleCI build status Coverity build status Coverage Status librpma version Packaging status

⚠️ Discontinuation of the project

The rpma project will no longer be maintained by Intel.

  • Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
  • Intel no longer accepts patches to this project.
  • If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.
  • You will find more information here.

Introduction

The Remote Persistent Memory Access (RPMA) Library is a C library to simplify accessing persistent memory on remote hosts over Remote Direct Memory Access (RDMA). For more information, see pmem.io.

Installing

If you want to install this library, check out the INSTALL.md file.

Examples

Examples of usage of this library are located in the ./examples/ directory and described in the ./examples/README.md file.

Development

If you want to develop this library, read the DEVELOPMENT.md file.

Contributing

If you want to contribute to the development of this library, you should get familiar with all the following files: INSTALL.md, DEVELOPMENT.md and CONTRIBUTING.md.

Thread safety

The analysis of thread safety of the librpma library is located in the THREAD_SAFETY.md file.

Contact Us

For more information on this library, contact Tomasz Gromadzki (tomasz.gromadzki@intel.com), Lukasz Dorau (lukasz.dorau@intel.com), Piotr Balcer (piotr.balcer@intel.com), or post to our Google group.

More Info

Persistent Memory Over Traditional RDMA White Paper - Part 1 - which describes a technology behind RPMA. Note: Parts 2-4 relates directly to the librpmem library which is a predecessor of librpma. So parts 2-4 do not relate exactly to how librpma works.