On May 23, 2011, at 9:36 PM CDT, John Reiser wrote: >> 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 \" line from Makefile.am, then re-build valgrind, > starting with ./autogen.sh .
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. -Dave ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
