Re: [OMPI users] Trouble compiling 1.4.3 with PGI 10.9 compilers

2011-09-24 Thread Jeff Squyres
Just out of curiosity, does Open MPI 1.5.4 build properly? We've seen problems with the PGI compiler suite before -- it *does* look like a problem with libtool-building issues; e.g., a switch is too old or is missing or something. Meaning: it looks like PGI thinks it's trying to build an appli

Re: [OMPI users] Trouble compiling 1.4.3 with PGI 10.9 compilers

2011-09-20 Thread Blosch, Edwin L
Follow-up #1: I tried using the autogen.sh script referenced here https://svn.open-mpi.org/trac/ompi/changeset/22274 but that did not resolve the build problem. Follow-up #2: configuring with --disable-mpi-cxx does allow the compilation to succeed. Perhaps that's obvious, but I had to check.