MPI Introductory Programs
LAM MPI version, Fall 2003
(see compiling
and running Mpi programs)
MPI C++
bindings
- helloWorldMPI.c,
helloWorldMPI.cpp
- hello2Mpi.c,
hello2Mpi.cpp
- greetings.c,
greetings.cpp
- recipMPI.c,
recipMPICC.cpp
- trap.c,
trapCC.cpp
- Josh Blake's MPI example
(C), C++
version
- Other intro MPI program(s) (from the LAM Tutorial slides)
- mpi-julia.c,
generates a julia set with portions allocated to "slave" processes. MPI version
- mpi-basicwin.c,
Mpiglut (MPI for GLUT - c
version)
This program is modeled on Jeff Grafton's mpi-julia program,
this version generates a parabola by splitting up the computation
among n "slaves"
- MPI Links
- MPI Resources