Re: [OMPI devel] Wtime is 0.0

2016-12-19 Thread Gilles Gouaillardet
Jan, so it seems (the version of) your clang compiler does not support 32 bytes complex, and hence i am not surprised Open MPI cannot even be configure'd. btw, do you really want 32 bytes complex in Fortran ? if yes, then you should use an other compiler (such as gcc/g++) if not, then you

Re: [OMPI devel] Open MPI v2.0.2rc1 is up

2016-12-19 Thread Paul Hargrove
Resent on Friday afternoon: https://www.mail-archive.com/devel@lists.open-mpi.org//msg19836.html -Paul On Mon, Dec 19, 2016 at 10:21 AM, Howard Pritchard wrote: > HI Paul, > > Would you mind resending the "runtime error w/ PGI usempif08 on > OpenPOWER" > email without the config.log attached?

Re: [OMPI devel] Open MPI v2.0.2rc1 is up

2016-12-19 Thread Howard Pritchard
HI Paul, Would you mind resending the "runtime error w/ PGI usempif08 on OpenPOWER" email without the config.log attached? Thanks, Howard 2016-12-16 12:17 GMT-07:00 Howard Pritchard : > HI Paul, > > Thanks for the checking the rc out. And for noting the grammar > mistake. > > Howard > > > 2

Re: [OMPI devel] Last call: v1.10.5

2016-12-19 Thread r...@open-mpi.org
I was including that in the commits as it had already been approved - just committed it. I’m asking about anything else. > On Dec 19, 2016, at 9:17 AM, Cabral, Matias A > wrote: > > Hi Ralph, > > Should v1.10.5 release wait to include the fix for #2591? > > Thanks, > > _MAC > > -Ori

Re: [OMPI devel] Last call: v1.10.5

2016-12-19 Thread Cabral, Matias A
Hi Ralph, Should v1.10.5 release wait to include the fix for #2591? Thanks, _MAC -Original Message- From: devel [mailto:devel-boun...@lists.open-mpi.org] On Behalf Of r...@open-mpi.org Sent: Monday, December 19, 2016 8:57 AM To: OpenMPI Devel Subject: [OMPI devel] Last call: v1.10.

[OMPI devel] Last call: v1.10.5

2016-12-19 Thread r...@open-mpi.org
Any last concerns or desired changes? Otherwise, barring hearing anything by noon Pacific, I’ll build/release the final version Ralph ___ devel mailing list devel@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

Re: [OMPI devel] Wtime is 0.0

2016-12-19 Thread 🐋 Jan Hegewald
> On 19 Dec 2016, at 15:19, Gilles Gouaillardet > wrote: > > Jeff, > > I am not aware of such flag for C/C++ compilers. > > Jan, > > I noticed > checking size of Fortran DOUBLE PRECISION... 16 > At first glance, this looks surprising to me > Which compiler (vendor and version) are you using

Re: [OMPI devel] Wtime is 0.0

2016-12-19 Thread 🐋 Jan Hegewald
Hi Jeff and others, > On 19 Dec 2016, at 14:58, Jeff Squyres (jsquyres) wrote: > > You'll need to set CFLAGS and CXXCFLAGS to the equivalent, too. > > For example: > > ./configure FCFLAGS=-fdefault-real-8 CFLAGS=-fdefault-real-8 > CXXCFLAGS=-fdefault-real-8 ... > > (I don't know if -fdefault

Re: [OMPI devel] Wtime is 0.0

2016-12-19 Thread Gilles Gouaillardet
Jeff, I am not aware of such flag for C/C++ compilers. Jan, I noticed checking size of Fortran DOUBLE PRECISION... 16 At first glance, this looks surprising to me Which compiler (vendor and version) are you using ? Cheers, Gilles On Monday, December 19, 2016, Jeff Squyres (jsquyres) wrote:

Re: [OMPI devel] Wtime is 0.0

2016-12-19 Thread Jeff Squyres (jsquyres)
You'll need to set CFLAGS and CXXCFLAGS to the equivalent, too. For example: ./configure FCFLAGS=-fdefault-real-8 CFLAGS=-fdefault-real-8 CXXCFLAGS=-fdefault-real-8 ... (I don't know if -fdefault-real-8 is the correct flags for your C and C++ compilers -- you might need to poke through your do

Re: [OMPI devel] Wtime is 0.0

2016-12-19 Thread 🐋 Jan Hegewald
> On 16 Dec 2016, at 20:42, Jeff Squyres (jsquyres) wrote: > > If you don't build Open MPI and your application with the same compiler > flags, weird things like this are bound to happen. Make sure Open MPI is > built the same way. I have no success building open-mpi with -fdefault-real-8: