Coder Social home page Coder Social logo

ornl / papyrus Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 144 KB

Papyrus: Parallel Aggregate Persistent Storage

License: Other

CMake 1.55% Shell 12.20% C 18.69% Makefile 0.15% C++ 59.91% Python 1.06% Fortran 6.45%
hpc key-value-store mpi pgas memory-hierarchy non-volatile-memory programming-models

papyrus's Introduction

Papyrus

Papyrus is a programming system that provides features for scalable, aggregate, persistent memory in an extreme-scale system for typical HPC usage scenarios. Papyrus provides a portable and scalable programming interface to access and manage parallel data structures on the distributed NVM storage.

Requirements

  • C++11 compiler
  • MPI library supporting MPI_THREAD_MULTIPLE
  • CMake (>=3.8)

Installation

You can download the Papyrus source code from GitHub:

$ git clone https://github.com/ORNL/papyrus.git
$ cd papyrus

You can build Papyrus with CMake and Make:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=<install_dir>
  or if you want to run tests after build
$ cmake .. -DCMAKE_INSTALL_PREFIX=<install_dir> \
           -DMPIEXEC=<mpiexec_path> -DMPIEXEC_NUMPROC_FLAG=<np_flag>
$ make install

Running tests

For the Cray MPI Library, an environment variable MPICH_MAX_THREAD_SAFETY has to be set to multiple:

$ export MPICH_MAX_THREAD_SAFETY=multiple

The project's test suite can be run by executing:

$ make test (or use 'ctest -V' for verbose test output)

Repository contents

  • The public interface is in include/papyrus/*.h.
  • The Key-Value Store is in kv/.

References

To cite Papyrus, please use the following papers:

  • Jungwon Kim, Seyong Lee, and Jeffrey S. Vetter. "PapyrusKV: A High-Performance Parallel Key-Value Store for Distributed NVM Architectures". SC 2017. DOI: 10.1145/3126908.3126943
  • Jungwon Kim, Kittisak Sajjapongse, Seyong Lee, and Jeffrey S. Vetter. "Design and Implementation of Papyrus: Parallel Aggregate Persistent Storage". IPDPS 2017, DOI: 10.1109/IPDPS.2017.72
  • Jungwon Kim and Jeffrey S. Vetter. "Implementing Efficient Data Compression and Encryption in a Persistent Key-Value Store for HPC". IJHPCA 2019. DOI: 10.1117/1094342019847264

papyrus's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jungwonkim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.