Skip to content

yuhuili-lab/mpi-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MPICH playground

Experimenting with MPI

Install MPICH on mac with brew

brew install mpich

Multi-processes

Compile C++ with

mpic++ main.cc -o main

and execute with k processes with

mpiexec -n k ./main

Cluster

Todo

Releases

No releases published

Packages

No packages published

Languages