Re: [Valgrind-users] compilation issue

2011-05-24 Thread Dave Goodell
On May 24, 2011, at 12:02 PM CDT, John Reiser wrote: Those are probably the most labor-intensive ways that you can do it. It's usually easier to just pass --without-mpicc to configure and use the normal build process in all other respects. 1. No documentation: no mention of MPI in

[Valgrind-users] compilation issue

2011-05-23 Thread Eric Germaneau
Dear all, I just like to know whether it's possible to disable the MPI feature when building Valgrind. I got an error regarding MPI library like /make[2]: Entering directory `/home/germaneau/soft/valgrind/valgrind-3.6.1/mpi' mpicc -g -O -fno-omit-frame-pointer -Wall -fpic -m64 -fpic -shared

Re: [Valgrind-users] compilation issue

2011-05-23 Thread John Reiser
I just like to know whether it's possible to disable the MPI feature when building Valgrind. Here are two things to try: 1) Uninstall MPI (at least 'mpicc') then re-build valgrind, starting with ./autogen.sh . See Building and installing it in the README file. or, 2) Remove the mpi \