Skip to content
/ mpi Public

Recreating classic apache spark excercises in MPI

Notifications You must be signed in to change notification settings

kyprifog/mpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Init

brew install open-mpi
mpicc mpi_program.c -o mpi_program
mpirun -np <num_processes> ./mpi_program test.txt

About

Recreating classic apache spark excercises in MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published