Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-19 Thread Paul Hargrove
A quick glance at the results for the two "configurations of interest" appear to show the problem is resolved. Tonight I will take a complete look through my results and report ONLY if I find new regressions. Unless you hear from me, assume "openmpi-v1.8.3-322-g562a764" gets my "thumbs up" with

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-19 Thread Paul Hargrove
Jeff, Less typing to launch 50+ testers than pick out just those two. Starting them now... -Paul On Fri, Dec 19, 2014 at 12:22 PM, Jeff Squyres (jsquyres) < jsquy...@cisco.com> wrote: > > Paul -- > > The fix for this is now on the v1.8 branch. I'm spinning up a new nightly > tarball for you. >

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-19 Thread Jeff Squyres (jsquyres)
Paul -- The fix for this is now on the v1.8 branch. I'm spinning up a new nightly tarball for you. http://www.open-mpi.org/nightly/v1.8/ Could you test it in the 2 cases where you had fortran failures? On Dec 18, 2014, at 8:50 PM, Paul Hargrove wrote: > Update: >

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-19 Thread Ralph Castain
Wow! Thanks - I was turning blue… Actually, truly do appreciate all the tests you run for us! > On Dec 19, 2014, at 9:03 AM, Paul Hargrove wrote: > > > On Thu, Dec 18, 2014 at 5:50 PM, Paul Hargrove > wrote: > Unless

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-19 Thread Paul Hargrove
On Thu, Dec 18, 2014 at 5:50 PM, Paul Hargrove wrote: > > Unless something turns up on the MIPS systems my "smoke test" of rc5 is > complete. In case anybody was holding their breath: The MIPS testers completed just fine. -Paul -- Paul H. Hargrove

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-19 Thread Paul Hargrove
Gilles, Whether we think this is a Open64 issue or not, this complier worked with 1.8.3 and 1.8.4rc4. I don't know the nature of the Fortran changes between rc4 and rc5, but perhaps they can be made conditional to allow Open64 to work with 1.8.4? I will sent configure output off-list

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Paul Hargrove
Update: I now have 59 of 61 results, with only the QEMU-emulated MIPS platforms outstanding. Those will not likely finish until near to (or after) midnight tonight. Unless something turns up on the MIPS systems my "smoke test" of rc5 is complete. The only issues I found are the vader and fortran

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Paul Hargrove
On Thu, Dec 18, 2014 at 8:55 AM, Paul Hargrove wrote: > > I also have unexplained errors on my Solaris-10/SPARC system. > It looks like there may have been a loss of network connectivity during > the tests. > I need to check these deeper, but I expect them to pass when I get a

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Jeff Squyres (jsquyres)
Paul -- Can you send me the config.log and output from configure for these 2 builds? For open64, if you could send the output of "ompi_info --all", that would also be helpful. Thanks. On Dec 18, 2014, at 1:40 PM, Paul Hargrove wrote: > Jeff, > > See below for some

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Jeff Squyres (jsquyres)
On Dec 18, 2014, at 2:10 PM, George Bosilca wrote: > I also noticed a drastic increase in the number of linking warnings. This is > on 64 bits SciLinux Carbon (6.6) with using the Intel compilers 14.0.0 > 20130728. I run some tests and everything seems to work just fine,

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread George Bosilca
I also noticed a drastic increase in the number of linking warnings. This is on 64 bits SciLinux Carbon (6.6) with using the Intel compilers 14.0.0 20130728. I run some tests and everything seems to work just fine, so this might not be such a deal breaker. George. libtool: install: warning:

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Paul Hargrove
Jeff, See below for some failure details. The look like different symptoms of the same issue. -Paul Open64 link failure: $ mpifort -g hello_mpifh.f -o hello_mpifh /global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.8.4rc5-linux-x86_64-open64/INST/lib/libmpi_mpifh.so: undefined reference to

Re: [OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Jeff Squyres (jsquyres)
On Dec 18, 2014, at 11:55 AM, Paul Hargrove wrote: > + NEW: I see Fortran bindings failing to compile w/ gfortran > + NEW: I see Fortran bindings fail to link with Open64 Paul -- you make me sad. Sigh. Send some details of these failures when you can. Thanks! -- Jeff

[OMPI devel] [1.8.4rc5] preliminary results

2014-12-18 Thread Paul Hargrove
With results from about 50 out of 61 platforms: + KNOWN: SGI UV is still "broken-by-default" (fails compiling vader unless configured with --without-xpmem) + NEW: I see Fortran bindings failing to compile w/ gfortran + NEW: I see Fortran bindings fail to link with Open64 I also have unexplained