[mpich-discuss] MPE Documentation

Anthony Chan chan at mcs.anl.gov
Mon Mar 19 10:18:28 CDT 2012



----- Original Message -----

> I'm trying to use the real time animator available in MPE to visualise
> MPI
> communication over our cluster here at Bristol.
> I got jumpshot and regular logging working perfectly using the
> examples
> very quickly, however I would like to be able to visualise the
> communication. I could not see any examples other than collchk and
> logging
> in my version's examples? (mpe2-1.3.0).

If you dont' see "graphics" under examples directory, it usually means
the MPE's graphics subpackge isn't configured for some reasons.  If you
check MPE's configure output, you should see reason why graphics subpackage
failed to configure.  In typical linux box, X11 headers or libraries are not
always installed that would prevent graphics subpackage from being built.
 
> The links to the user guide at the bottom of the MPE software page
> seem to be dead and redirect back to the MPICH page, is there another location
> for the most recent edition of the user guide?

The most recent version of MPE user guide is the README file
https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk/src/mpe2/README

> Also, I would like to be able to save the visualisation to disk, since
> it is running on the cluster I won't be able to see any xwindows to
> spawn. Is it possible to, say, have the master thread save the visualisation?

Check MPE_CaptureFile and MPE_Update.
The visualization stuff has not been updated for years,
so it may not be able to do what you want.  

A.Chan


More information about the mpich-discuss mailing list