Skip to content

yxia0/mpi-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Learn Message Passing Interface in 3 days

Following this course from EPCC, University of Edinburgh.

How to run

On Mac, first install MPI locally

brew install open-mpi

compile C file and run the program using the following commands

mpicc -o program ./program.c
mpirun -np [NUMBER_OF_PROCESSORS] ./program

About

Learn Message Passing Interface in 3 days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages