Contents of the library files


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)
libpmpich.a
Profiling version (PMPI_Xxxx)
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