Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-10 Thread Jeff Squyres
On Feb 10, 2012, at 8:57 PM, Jeff Squyres wrote: > 1.5.5rc2 coming soon. I should qualify that statement: many things have been resolved, but there's a few more things to go. A new rc will come when they have been resolved: https://svn.open-mpi.org/trac/ompi/report/15 -- Jeff Squyres

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-10 Thread Jeff Squyres
On Feb 7, 2012, at 4:25 PM, Paul H. Hargrove wrote: > + I can't build w/ the PGI compilers on MacOS Lion. > This was previously reported in > http://www.open-mpi.org/community/lists/devel/2012/01/10258.php I'm officially pushing this to v1.6. See

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-08 Thread Paul H. Hargrove
On 2/8/2012 11:14 AM, Paul H. Hargrove wrote: On 2/8/2012 3:25 AM, TERRY DONTJE wrote: + Building w/ Solaris Studio 12.2 or 12.3 on Linux x86-64, with "-m32" required setting LD_LIBRARY_PATH. Can the LD_LIBRARY_PATH be substituted with a rpath change in LDFLAGS of the build? Terry sent

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-08 Thread Paul H. Hargrove
On 2/8/2012 3:25 AM, TERRY DONTJE wrote: + Building w/ Solaris Studio 12.2 or 12.3 on Linux x86-64, with "-m32" required setting LD_LIBRARY_PATH. Can the LD_LIBRARY_PATH be substituted with a rpath change in LDFLAGS of the build? Terry sent more specific instructions for that offlist, and I

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-08 Thread TERRY DONTJE
On 2/7/2012 9:57 PM, Paul H. Hargrove wrote: On 2/7/2012 2:37 PM, Paul H. Hargrove wrote: + "make check" fails atomics tests using GCCFSS-4.0.4 compilers on Solaris10/SPARC Originally reported in: http://www.open-mpi.org/community/lists/devel/2012/01/10234.php This is a matter of the

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-08 Thread TERRY DONTJE
On 2/7/2012 4:25 PM, Paul H. Hargrove wrote: On 2/7/2012 8:59 AM, Jeff Squyres wrote: This fixes all known issues. Well, not quite... I've SUCCESSFULLY retested 44 out of the 55 cpu/os/compiler/abi combinations currently on my list. I expect 9 more by the end of the day (the

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-08 Thread Paul H. Hargrove
Add 3 more to the PASS list: linux/x86-64 open64 w/ -m32 openbsd5/amd64 llvm-gcc-2.9 (C and C++, no FORTAN) openbsd5/i386 llvm-gcc-2.9 (C and C++, no FORTAN) -Paul -- Paul H. Hargrove phhargr...@lbl.gov Future Technologies Group HPC Research Department

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-08 Thread Paul Hargrove
On Tue, Feb 7, 2012 at 7:54 PM, Paul H. Hargrove wrote: [snip] > Of those 54: > + 47 require nothing "extra" (just --prefix, CC & friends, and CFLAGS & > friends for non-default ABIs) > [snip] I found 5 more, making a total of 52 out of 59 configs that PASS with no "extra"

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-07 Thread Paul H. Hargrove
On 2/7/2012 1:25 PM, Paul H. Hargrove wrote: I've SUCCESSFULLY retested 44 out of the 55 cpu/os/compiler/abi combinations currently on my list. I expect 9 more by the end of the day (the older/slower hosts), but two of my test hosts are down. My testing is complete for this rc: + 54 of my

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-07 Thread Paul H. Hargrove
On 2/7/2012 2:37 PM, Paul H. Hargrove wrote: + "make check" fails atomics tests using GCCFSS-4.0.4 compilers on Solaris10/SPARC Originally reported in: http://www.open-mpi.org/community/lists/devel/2012/01/10234.php This is a matter of the Sun/Oracle fork of GCC (known as GCC For SPARC

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-07 Thread Paul H. Hargrove
On 2/7/2012 1:25 PM, Paul H. Hargrove wrote: So far I see only two problems that remain: + I can't build w/ the PGI compilers on MacOS Lion. This was previously reported in http://www.open-mpi.org/community/lists/devel/2012/01/10258.php + Building w/ Solaris Studio 12.2 or 12.3 on Linux

Re: [OMPI devel] 1.4.5rc5 has been released

2012-02-07 Thread Paul H. Hargrove
On 2/7/2012 8:59 AM, Jeff Squyres wrote: This fixes all known issues. Well, not quite... I've SUCCESSFULLY retested 44 out of the 55 cpu/os/compiler/abi combinations currently on my list. I expect 9 more by the end of the day (the older/slower hosts), but two of my test hosts are down.

[OMPI devel] 1.4.5rc5 has been released

2012-02-07 Thread Jeff Squyres
In the usual place: http://www.open-mpi.org/software/ompi/v1.4/ This fixes all known issues. Changes since the last rc: - Add note about intel compilers in README - Per Paul Hargrove's notes, replace $(RM) with rm in Makefile.am - Add note about how ROMIO is not supported on OpenBSD. - Fix