gnzlbg / nmp

Non-blocking message passing (a C++14 MPI wrapper)
Boost Software License 1.0
18 stars 3 forks source link

NMP - Non-blocking Message Passing (a C++14 MPI Wrapper)

This project is a proposal and a prototype implementation of a non-blocking message passing interface. Its three main goals are:

This goals motivate the following design decisions:

And the following implementation details about asynchronous message passing: