Skip to content

luohancfd/MPI-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easier MPI for cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages