Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
/ mpi-examples Public archive

Example MPI programs written in C++

Notifications You must be signed in to change notification settings

allenvox/mpi-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPI examples in C++

❗ Make sure you have a working MPI (check by running mpicxx in terminal) ❗

To build all examples: make
To run a certain example after building: bin/%taskname%
To delete all examples' executables: make clean