Hello everyone,
i'm trying to use totalview 6.7.0.1 with lam 7.1.1, but it seems i can't
access mpi message queue from totalview for some reason.
I do the following:
mpicc -g -o cpi cpi.c
mpirun -np 2 -tv cpi
at this point i see mpirun code in the debugger. I press "go", things
start running and finally totalview asks me whether i want to stop all
the processes inside MPI_Init. I answer "yes", and then a warning pops
up: "The library could not find the type definition of struct _proc in
libmpi". After that i'm able to do most operations in the debugger, but
i can't access for some reason mpi message queue ("tools/message queue",
"tools/message queue graph" in totalview menu are gray, i.e. turned
off). What is the problem and how this can be fixed?
|