Re: [OMPI users] hcoll API in 1.10.1

2015-12-24 Thread Mike Dubman
Hey Ben, It looks like HCOLL v2.x is too old for OMPI v1.10. Could you download HPCx from http://mellanox.com/poducts/hpcx which contains latest hcoll and use it to compile OMPI? (also HPCx contains OMPI sources and precompiled w/ HCOLL) On Thu, Dec 24, 2015 at 2:29 AM, Ben Menadue wrote: > Hi

[OMPI users] gcc 5 compiler does not like variable argument functions -> config fails when checking for ISO C99 ability

2015-12-24 Thread Platzer, Peter
I’ve posted the details here on StackOverflow as well, including how to reproduce. http://stackoverflow.com/questions/34457801/error-with-gcc-5-for-varargs-function-suffix-or-operands-invalid-for-movq Environment: Mac OS El Capitan OpenMPI 1.10 GCC 5.3 configure fails when checking for ISO C99

Re: [OMPI users] gcc 5 compiler does not like variable argument functions -> config fails when checking for ISO C99 ability

2015-12-24 Thread Gilles Gouaillardet
Peter, FWIW, i can compile your test program under OS X Yosemite and with gcc 5.3 from brew can you also post your configure output and your config.log ? Cheers, Gilles On 12/25/2015 6:35 AM, Platzer, Peter wrote: I’ve posted the details here on StackOverflow as well, including how to re