Skip to content

Extensions to the Message Passing Interface (MPI)

Notifications You must be signed in to change notification settings

cniethammer/mpi-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Extensions to the Message Passing Interface (MPI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published