On 05/28/15 12:20, Jeff Squyres (jsquyres) wrote:
Sounds like your pgcc compiler installation is busted.  You'll need to get that 
fixed to compile/install Open MPI.

An alternative might be to use a system compiler (which is probably gcc or clang) for C and C++ and only use pgfortran for the Fortran parts of OpenMPI, i.e. try something like

./configure CC=gcc CXX=g++ FC=pgf90 F77=pgf77 F90=pgf90 --prefix=/opt/openmpi-1.8.5_pgf90

Regards, Thomas Jahns


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to