/MPI-cpp

Easier MPI for cpp

Primary LanguageC++GNU General Public License v3.0GPL-3.0

MPI for C++

Introduction

A wrapper for MPI functions to enable C++ style MPI functions

Features

  • Type traits: so you don't need to remember what data type you are sending
  • Big data: MPI uses int for the size of data to send. This wrapper allows you to send larger data

License

GPL 3.0