


Up: Debugging MPI programs with built-in tools
Next: Debugging MPI programs with TotalView
Previous: Related tools
The directory containing the MPI library file (libmpich.a) contains a
few additional files. These are summarized here
-
libmpich.a
-
MPI library (MPI_Xxxx)
-
libfmpich.a
-
Only the Fortran interfaces to the MPI routines.
-
libpmpich.a
-
Profiling version (PMPI_Xxxx). If weak
symbols are supported by the system, this file may be a link to
libmpich.a.
-
libf90mpich.a
-
Support for MPI module for Fortran 90.
-
libf90mpichnc.a
-
Support for the ``no-choice'' subset MPI module.
-
libmpe.a
-
MPE graphics, logging, and other extensions
(PMPE_Xxxx)
-
libmpe_nompi.a
-
MPE graphics without MPI
-
mpe_prof.o
-
Sample profiling library (C)
-
mpe_proff.o
-
Sample profiling library (Fortran)



Up: Debugging MPI programs with built-in tools
Next: Debugging MPI programs with TotalView
Previous: Related tools