Re: [Valgrind-users] valgrind and MPI wrappers

2009-05-14 Thread R. Crockett
Sean, I have encountered the same problem. The problem lies in how command-line arguments are parsed. Have a look at the following webpage https://csd.vpac.org/twiki/bin/view/Tech/ParallelDebugging#Using_valgrind_with_MPICH_to_che which gives instructions on getting valgrind to work with mpich

Re: [Valgrind-users] valgrind and MPI wrappers

2009-05-13 Thread Seán
Robert, Fantastic! Valgrind now running with mpich, and returning meaningful results. A simple suppression file gets rid of a few extra errors associated with things like MPI_Init. R. Crockett wrote: > > Sean, > > I have encountered the same problem. The problem lies in how command-line > ar

Re: [Valgrind-users] valgrind and MPI wrappers

2009-05-07 Thread Seán
Seán wrote: > > I seem to have the same problem. > I have solved my initial problem. It was caused by interference of another valgrind version already installed. I did a "complete remove" using synaptic, instead of the "remove" I had previously tried. I now have libmpiwrap.so installed in the

Re: [Valgrind-users] valgrind and MPI wrappers

2009-05-07 Thread Seán
Bugzilla from jsew...@acm.org wrote: > > > - Did it successfully build $prefix/lib/valgrind//libmpiwrap.so > ? > > I seem to have the same problem. ./configure does find a usable mpicc (though the "secondary target" seems to fail ) configure:8693: checking primary target for usable MPI