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.
If you want to install this library, check out the INSTALL.md file.
Examples of usage of this library are located in the ./examples/ directory and described in the ./examples/README.md file.
If you want to develop this library, read the DEVELOPMENT.md file.
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.
The analysis of thread safety of the librpma library is located in the THREAD_SAFETY.md file.
For more information on this library, contact Tomasz Gromadzki ([email protected]), Lukasz Dorau ([email protected]), Piotr Balcer ([email protected]), or post to our Google group.
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.