MPI for C++IntroductionA wrapper for MPI functions to enable C++ style MPI functionsFeaturesType traits: so you don't need to remember what data type you are sendingBig data: MPI uses int for the size of data to send. This wrapper allows you to send larger dataLicenseGPL 3.0