Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 565 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 565 Bytes

MPI extensions

Collection of extensions to the Message Passing Interface (MPI) standard.

Getting Started

Prerequisites

The basic C version of the MPI extensions requires

  • C99 compatible compiler
  • MPI-3.1 compliant MPI library
  • json-c library

For the tests:

  • C++11 compatible compiler
  • catch2 test framework

Installing

To build, test and install the mpi-extensions library execute

mkdir build && cd build
cmake ..
make
make test
make install

Contact

Christoph Niethammer [email protected]