C++

New life for C++ in MPI

1 min read

I recently received an interesting email from Heiko Bauke about a new C++-based message-passing library that he is working on called MPL. His library aims to make a simple-to-use library that exploits the features available in modern C++ compliers — it’s not a simple 1:1 mapping of C-to-C++ bindings like the MPI 2.x C++ bindings were.