Re: [OMPI devel] [1.10.3.rc3] test results summary

2016-05-25 Thread Ralph Castain
Thanks Paul! > On May 25, 2016, at 7:39 PM, Paul Hargrove wrote: > > Sometime earlier today while I was busy in meetings, my tests of the > 1.10.3rc3 tarball completed. > > The two issues I had reported in RC2 did not occur with RC3. > > The issue with static linking of Fortran was the on

[OMPI devel] [1.10.3.rc3] test results summary

2016-05-25 Thread Paul Hargrove
Sometime earlier today while I was busy in meetings, my tests of the 1.10.3rc3 tarball completed. The two issues I had reported in RC2 did not occur with RC3. The issue with static linking of Fortran was the only issue I encountered, and I believe that Gilles' PR to fix that has already been me

Re: [OMPI devel] v1.10.3rc3 out for test

2016-05-25 Thread Burette, Yohann
Hi Ralph, Just a quick note to let you know that I ran this rc3 with the OFI MTL on our PSM nodes. No issue to report. I ran both shared and static builds under RHEL7. Hope this helps, Yohann From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Tuesday, May 24, 2016

Re: [OMPI devel] [1.10.3rc3] Linux static link failure of fortran examples

2016-05-25 Thread Gilles Gouaillardet
Paul, here it is https://github.com/open-mpi/ompi-release/pull/1192 Thanks ! Gilles On 5/25/2016 4:42 PM, Gilles Gouaillardet wrote: Paul, please disregard this PR for now, i will make a new one shortly ... Cheers, Gilles On 5/25/2016 4:25 PM, Paul Hargrove wrote: Thanks Gilles.

Re: [OMPI devel] [1.10.3rc3] Linux static link failure of fortran examples

2016-05-25 Thread Gilles Gouaillardet
Paul, please disregard this PR for now, i will make a new one shortly ... Cheers, Gilles On 5/25/2016 4:25 PM, Paul Hargrove wrote: Thanks Gilles. I will retest and follow up in the PR. -Paul On Tue, May 24, 2016 at 11:56 PM, Gilles Gouaillardet mailto:gil...@rist.or.jp>> wrote:

Re: [OMPI devel] [1.10.3rc3] Linux static link failure of fortran examples

2016-05-25 Thread Paul Hargrove
Thanks Gilles. I will retest and follow up in the PR. -Paul On Tue, May 24, 2016 at 11:56 PM, Gilles Gouaillardet wrote: > Paul, > > > this works fine on RHEL7 but not on RHEL6 > > here is the relevant configure output > > < checking for library containing clock_gettime... -lrt > --- > > check

Re: [OMPI devel] [1.10.3rc3] Linux static link failure of fortran examples

2016-05-25 Thread Gilles Gouaillardet
Paul, this works fine on RHEL7 but not on RHEL6 here is the relevant configure output < checking for library containing clock_gettime... -lrt --- > checking for library containing clock_gettime... none required the reason is clock_gettime was moved from librt into libc between RHEL6 and RHE

[OMPI devel] [1.10.3rc3] Linux static link failure of fortran examples

2016-05-25 Thread Paul Hargrove
The following error did *not* occur on the same system with the previous RC. I have configured 1.10.3rc3 on a normal x86-64/Linux system with: --prefix=[...] --enable-debug --enable-static --disable-shared When I try to use the resulting build to compile the examples: $ make -k mpicc -ghe