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 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=$PREFIX        \
--mandir=$PREFIX/man    \
$COMPILERS

Is there a better way to check other than
make check

It had not failures.

xlc --version
IBM XL C/C++ for Linux, V13.1.3 (5725-C73, 5765-J08)
xlf -qversion
IBM XL Fortran for Linux, V15.1.3 (5725-C75, 5765-J10)
Version: 15.01.0003.0001


Thanks!

--

Brock Palen
www.umich.edu/~brockp <http://www.umich.edu/%7Ebrockp>
Assoc. Director Advanced Research Computing - TS
XSEDE Campus Champion
bro...@umich.edu <mailto:bro...@umich.edu>
(734)936-1985


_______________________________________________
users mailing list
us...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
Link to this post: 
http://www.open-mpi.org/community/lists/users/2016/04/28881.php

Reply via email to