Skip to content

RemiHelleboid/LearningMPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningMPI

A quite random list of MPI programs with emphasis on compatibility with modern C++ standard library tools (std::vector, etc.).


The simpliest examples are not from me, they mostly come from MPI documentation/tutorials. Example of my own are listed here after

Examples


Compilation

The configuration is done by CMake. The compilation is as straighforward as:

  1. git clone https://github.com/RemiHelleboid/LearningMPI
  2. cd LearningMPI && mkdir build && cd build
  3. cmake ..
  4. make

About

Examples of MPI use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published