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
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
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
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