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