Hello,
I cannot replicate your problem and we didn't hear about this problem
on Linux until now. Let me get few of my basic questions out of way, so
that we can look into this problem more carefully.
1. You mentioned that code was compiled with gcc -g -O. Which code is
this - LAM code or the MPI application code ?
2. Can you check that you are using the right shared libraries,
libmpi.so, one which was compiled with totalview support ?
3. Can you run objdump on totalview.o to find if it has symbol entry
for MPIR_PROCDESC ?
objdump -G otb/mpirun/totalview.o | grep -in MPIR_PROCDESC
The assembly code is usually seen for the internal LAM code which
wasn't compiled with -g when the program is stuck somewhere in there.
In the upper left part of the totalview window you should see the
function call stack. Clicking on the bottom function should show you
the source code of your application. There are ways to hide assembly
code. But let's get the Totalview-LAM working before looking at this.
--
Shashwat Srivastav
LAM / MPI Developer (http://www.lam-mpi.org)
Indiana University
http://www.cs.indiana.edu/~ssrivast
On Saturday, Nov 1, 2003, at 10:18 America/Chicago, Robin Humble wrote:
>
> I'm a totalview novice, but it doesn't seem to play nicely with lam-7.
> anyone else have the same problem?
>
> I'm running the halloween LAM cvs snapshot, and windows fire up ok when
> I do
> mpirun -tv h -c 2 program
> and my program starts when I press 'go', but when I press 'halt' it
> just has multiple different views of assembly code :-/
> I believe this should be a view of src code??
>
> there's a warning that pops up after pressing 'go':
> The MPI library contains no suitable type definition for struct
> MPIR_PROCDESC
>
> the code was compiled with gcc -g -O or icc -g -O on RedHat 7.3.
> totalview.6.3.0-1
>
> I'm told mpich-1.2.5.2 works ok with it, so I don't think it's a
> problem
> with our totalview install...
>
> cheers,
> robin
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
>
|