[Valgrind-users] compiling with MPI support on OS X Lion

2012-06-18 Thread Brian Helenbrook
valgrind-users, I've been trying to compile valgrind with MPI support on OS X Lion but not having much luck. I have openmpi-1.6 installed and I configure with the line ./configure --prefix=/Users/bhelenbr/Packages --with-mpicc=/Users/bhelenbr/Packages/bin/mpicc Packages is the folder I use

Re: [Valgrind-users] compiling with MPI support on OS X Lion

2012-06-18 Thread Julian Seward
Try the svn trunk. IIRC it has had some other improvements compared to 3.7.0, in MPI support. J On Monday, June 18, 2012, Brian Helenbrook wrote: valgrind-users, I've been trying to compile valgrind with MPI support on OS X Lion but not having much luck. I have openmpi-1.6 installed

Re: [Valgrind-users] compiling with MPI support on OS X Lion

2012-06-18 Thread Brian Helenbrook
Hi Julian, I tried the downloading from svn and still no luck, except that now it is detecting the failure in the configuration stage: configure:11126: /Users/bhelenbr/Packages/bin/mpicc -o conftest -g -O -fno-omit-frame-pointer -Wall -dynamic -m64 -arch x86_64 -dynamic -dynamiclib -all_load

Re: [Valgrind-users] compiling with MPI support on OS X Lion

2012-06-18 Thread Philippe Waroquiers
On Mon, 2012-06-18 at 17:05 -0400, Brian Helenbrook wrote: I don't know why it tries to switch to the i386 architecture. I also have no idea (and no MacOS system to play with). Maybe ./configure --enable-only64bit will help/bypass the problem ? Philippe

Re: [Valgrind-users] compiling with MPI support on OS X Lion

2012-06-18 Thread Dave Goodell
That looks like it's working to me, at least for a 64-bit architecture. The failure in the config.log that you have posted is for the 32-bit side of things. Valgrind builds bi-arch, but MPI implementations generally don't. So in practice you won't get bi-arch MPI wrappers unless you hack

[Valgrind-users] Valgrind support for MIPS

2012-06-18 Thread Ajay Kalambur
Hi Is the support for MIPS checked into trunk already https://bugs.kde.org/show_bug.cgi?id=270777 As per this bug it seems to suggest the patches are in latest trunk. -- Ajay Kalambur -- Live Security Virtual

Re: [Valgrind-users] Valgrind support for MIPS

2012-06-18 Thread Philippe Waroquiers
On Mon, 2012-06-18 at 15:34 -0700, Ajay Kalambur wrote: Hi Is the support for MIPS checked into trunk already https://bugs.kde.org/show_bug.cgi?id=270777 As per this bug it seems to suggest the patches are in latest trunk. Yes, the trunk contains the MIPS patches (see commit revision

Re: [Valgrind-users] compiling with MPI support on OS X Lion

2012-06-18 Thread Brian Helenbrook
Yes. You are right. It is working. Thanks for your help. Brian On Jun 18, 2012, at 5:22 PM, Dave Goodell wrote: That looks like it's working to me, at least for a 64-bit architecture. The failure in the config.log that you have posted is for the 32-bit side of things. Valgrind builds