[MPICH2-dev] TotalView support not working?
Rajeev Thakur
thakur at mcs.anl.gov
Fri Sep 9 09:44:39 CDT 2005
-----Original Message-----
From: Ralph M. Butler [mailto:rbutler at mtsu.edu]
Sent: Friday, September 09, 2005 9:38 AM
To: Rajeev Thakur
Cc: rusty lusk
Subject: Re: FW: [MPICH2-dev] TotalView support not working?
The file libtvmpich.so is not built by mpd. It is part of totalview itself.
In fact, on
my machine at work, it is at:
/usr/local/bin/toolworks/totalview.6.5.0-2/linux-x86/shlib/libtvmpich.so
In the mpd configure, if we think there is a functioning totalview,
then we build the support stuff. We decide if there is a functioning
totalview by merely:
AC_CHECK_PROG(TOTALVIEW, totalview, totalview)
> -----Original Message-----
> From: owner-mpich2-dev at mcs.anl.gov
> [mailto:owner-mpich2-dev at mcs.anl.gov] On Behalf Of Heinz, Michael
> Sent: Friday, September 09, 2005 8:24 AM
> To: mpich2-dev at mcs.anl.gov
> Subject: [MPICH2-dev] TotalView support not working?
>
> So, I'm working my way through mpich2 and I tried testing
> with totalview. Initially I thought it was working, but then
> I realized that my libtvmpich.so was actually a left over
> from a different MPI.
>
> Looking at the source tree, it doesn't look like TV support
> is complete yet - there's a typo in configure that prevents
> libtvmpich.so from being built and fixing the typo causes the
> build to fail because there's nothing in the Makefiles to build it.
>
> Is this correct?
>
>
More information about the mpich2-dev
mailing list