Re: [OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-04-01 Thread Jeff Squyres
On Mar 31, 2009, at 4:21 PM, Gus Correa wrote: Please, correct my argument below if I am wrong. I am not sure yet if the problem is caused by libtool, because somehow it was not present in OpenMPI 1.2.8. Just as a comparison, the libtool commands on 1.2.8 and 1.3 are very similar, although 1.2.

Re: [OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-03-31 Thread Gus Correa
Hi Jeff, list Jeff: Thank you for your help and suggestions. Please, correct my argument below if I am wrong. I am not sure yet if the problem is caused by libtool, because somehow it was not present in OpenMPI 1.2.8. Just as a comparison, the libtool commands on 1.2.8 and 1.3 are very similar,

Re: [OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-03-30 Thread Jeff Squyres
I can replicate your error; this looks like a Libtool bug. Open MPI does specifically test each of the C, C++, F77, and F90 compilers for the -pthread flag (and others). When mixing gcc/g++ and pgf77/pgf90, OMPI's configure script correctly determines that gcc/g++ support -pthread, but pgf

Re: [OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-03-30 Thread Gus Correa
Hi Jeff, list Jeff: Thank you for getting back to me. 1) MPI-F90 features I most likely need the F90 bindings. The majority of the climate/ocean/atmosphere programs are written in F90. I've been using mpif90 to build these codes for a while (with OpenMPI and MPICH2). These are mostly "communi

Re: [OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-03-27 Thread Jeff Squyres
Sorry for the delay in replying. Can you send your exact configure command line? Also, do you need the F90 MPI bindings? If not, you can disable them with the following: --disable-mpi-f90 On Mar 27, 2009, at 9:50 AM, Gus Correa wrote: Dear OpenMPI pros. I've got no answer, so let me

Re: [OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-03-27 Thread Gus Correa
Dear OpenMPI pros. I've got no answer, so let me try again. I can't build OpenMPI 1.3 with a hybrid pgf90+gcc/g++ compiler set. However, OpenMPI 1.2.8 builds correctly with the same compilers, on the same computer (Linux x86_64 cluster), and same environment. See details in my original message b

[OMPI users] Cannot build OpenMPI 1.3 with PGI pgf90 and Gnu gcc/g++.

2009-03-25 Thread Gus Correa
Dear OpenMPI experts Against all odds and the OpenMPI developer's and FAQ recommendation, I've been building hybrid OpenMPI libraries using Gnu gcc/g++ and Fortran compilers from PGI and from Intel. One reason for this is that some climate/oceans/atmosphere code we use compiles and runs with less