Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-03-02 Thread Jeff Squyres
I'm pretty sure that this particular VT compile issue has already been fixed in the 1.3 series. Lenny -- can you try the latest OMPI 1.3.1 nightly tarball to verify? On Mar 1, 2009, at 4:54 PM, Lenny Verkhovsky wrote: We saw the same problem with compilation, the workaround for us was conf

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-03-01 Thread Lenny Verkhovsky
We saw the same problem with compilation, the workaround for us was configuring without vt ( ./configure --help ). I hope vt guys will fix it somewhen . Lenny. On Mon, Feb 23, 2009 at 11:48 PM, Jeff Squyres wrote: > It would be interesting to see what happens with the 1.3 build. > > It's hard

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-23 Thread Jeff Squyres
It would be interesting to see what happens with the 1.3 build. It's hard to interpret the output of your user's test program without knowing exactly what that printf means... On Feb 23, 2009, at 4:44 PM, Jim Kusznir wrote: I haven't had time to do the openmpi build from the nightly yet, b

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-23 Thread Jim Kusznir
I haven't had time to do the openmpi build from the nightly yet, but my user has run some more tests and now has a simple program and algorithm to "break" openmpi. His notes: hey, just fyi, I can reproduce the error readily in a simple test case my "way to break mpi" is as follows: Master proc ru

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-20 Thread Jeff Squyres
There won't be an official SRPM until 1.3.1 is released. But to test if 1.3.1 is on-track to deliver a proper solution to you, can you try a nightly tarball, perhaps in conjunction with our "buildrpm.sh" script? https://svn.open-mpi.org/source/xref/ompi_1.3/contrib/dist/linux/buildrpm.s

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-20 Thread Jim Kusznir
As long as I can still build the rpm for it and install it via rpm. I'm running it on a ROCKS cluster, so it needs to be an RPM to get pushed out to the compute nodes. --Jim On Fri, Feb 20, 2009 at 11:30 AM, Jeff Squyres wrote: > On Feb 20, 2009, at 2:20 PM, Jim Kusznir wrote: > >> I just went t

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-20 Thread Jeff Squyres
On Feb 20, 2009, at 2:20 PM, Jim Kusznir wrote: I just went to www.open-mpi.org, went to download, then source rpm. Looks like it was actually 1.3-1. Here's the src.rpm that I pulled in: http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-1.3-1.src.rpm Ah, gotcha. Yes, that's 1.3.0

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-20 Thread Jim Kusznir
I just went to www.open-mpi.org, went to download, then source rpm. Looks like it was actually 1.3-1. Here's the src.rpm that I pulled in: http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-1.3-1.src.rpm The reason for this upgrade is it seems a user found some bug that may be in the O

Re: [OMPI users] OpenMPI 1.3.1 rpm build error

2009-02-19 Thread Jeff Squyres
There is no 1.3.1 RPM yet (only a 1.3 RPM) -- what file specifically are you trying to build? Could you try building one of the 1.3.1 nightly snapshot tarballs? I *think* the problem you're seeing is a problem due to FORTIFY_SOURCE in the VT code in 1.3 and should be fixed by now. ht