Compiling MPI Programs
- MPI definitions:
- FORTRAN: MPI_XXXX (not case sensitive)
- C: MPI_Xxxx (upper and lower case)
- C++: Xxxx (part of name space MPI::)
-
- Every entry point MPI_ in the MPI Library has a “shadow” entry point PMPI_ to aid with implementation of user profiling
-
- Array Services required to run MPI (arrayd)
-
-