Newsgroups: comp.parallel.mpi
From: eddemain@neumann.uwaterloo.ca (Erik Demaine)
Subject: Re: PMPI
Organization: University of Waterloo
Date: Fri, 15 Dec 1995 15:45:06 GMT
Message-ID: <DJMx37.8F5@undergrad.math.uwaterloo.ca>

Wesley Jones (wjones@spartan.asd.sgi.com) wrote:
: MPI has a default added software layer that allows users to write 
: profiling routines and libraries using PMPI_ although MPICH may 
: not support this.  Has anyone used these to write such a library?  
: Is there a web site?

MPICH does support this (every MPI implementation must).  Instead of using
-lmpi you use -lpmpi -lmpi.  MPICH also provides a useful tool for writing
profiling libraries in the profile/ (sp?) directory.  I've used it to develop
a library.

Feel free to ask/post any questions.
Erik
--
Erik Demaine                 \/  e-mail: eddemain@neumann.uwaterloo.ca
Dept. of Computer Science    /\  URL   : http://barrow.uwaterloo.ca/~eddemain/
University of Waterloo       \/  Most jugglers do poorly while drunk, especially
Waterloo, ON Canada N2L 3G1  /\  in a large wavelength gravity field.

