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
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
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