1.10.1 failed in make with xlc/xlf it (1.10.1) works with gcc.
master (cloned today from github) works with xlc/xlf.
I wanted to be more confident it worked than just make check. I have built
a few codes appears good so far. Just reporting that master appears to
work with xlc/xlf.
On Sun, Ap
Brock,
which version are you using ? v1.10 ? v2.x ? master ?
what is failing ?
configure ? make ? make install ? make check ?
is this issue specific to xlc/xlf ?
(e.g. does it work with gcc compilers ?)
Cheers,
Gilles
On 4/4/2016 11:28 AM, Brock Palen wrote:
I recently needed to build an Ope
I recently needed to build an OpenMPI build on Power 8 where I had access
to xlc / xlf
The current release fails (as noted in the readme)
But a clone as of April 4th from git worked, here is my (simple) configure
script:
COMPILERS='CC=xlc FC=xlf CXX=xlc++'
./configure \
--prefix=$PREF