Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 304 Bytes

File metadata and controls

13 lines (8 loc) · 304 Bytes

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