MPI user's guide in C (postscript and pdf format)
MPI user's guide in FORTRAN and FORTRAN 90 (pdf only)
MPI: The complete reference (postscript only)
MPI Parallel Programming Tutorial at the PSC
Another MPI tutorial course at Edinburgh Parallel Computing Centre(EPCC), UK
Some documents for MPI tutorial course at Edinburgh Parallel Computing Centre(EPCC), UK
The interactive version of MPI tutorial course at Edinburgh Parallel Computing Centre(EPCC), UK
MPI Tutorials from Cornell Theory Center
LAM MPI home at Notre Dame University
MPICH home at Argon National Lab
Parallel Virtual Machine(PVM) home page
PVM user guide from PSC(postscript file)
We don't have HPF in our beowulf cluster. We use ADAPTOR instead. ADAPTOR is an HPF to MPI (F77 or F90) converter. HPF users can use following command to compile their HPF code.
gmdhpf -v -o program program.hpf
This will generate an executable MPI(LAM only) file named "program". One should thrn use lmpirun to run his/her program.
For more information about HPF, try the following links:
The HPF tutorial course from University of Edinburgh ( postscript and pdf)
The F90 and HPF tutorial course from the University of Liverpool (postscript only):
Course Notes, 5-Day Course Guide and 5-day Exercises
ADAPTOR home page
HPF Forum at Rice University