[OMPI users] Building OpenMPI 10.4 with PGI fortran 10.8 and, gcc

2010-09-15 Thread Axel Schweiger
Gus, Thanks for the suggestion! I had missed the flag for F77. Axel

Re: [OMPI users] Building OpenMPI 10.4 with PGI fortran 10.8 and gcc

2010-09-15 Thread Prentice Bisbal
How good are you with reading/editing Makefiles? I find problems like this are usually solved by searching the Makefiles for the offending line(s) and removing the offending switch. In a well-designed make environment, you should only have to edit the top-level Makefile. In the worst case, you'll

Re: [OMPI users] Building OpenMPI 10.4 with PGI fortran 10.8 and gcc

2010-09-14 Thread Gus Correa
Hi Axel This is an old problem, apparently with libtool. A workaround is to configure OpenMPI with F77 and FC='pgf90 -noswitcherror'. Worth trying. I hope this helps, Gus Correa - Gustavo Correa Lamont-Doherty Earth Observatory

Re: [OMPI users] Building OpenMPI 10.4 with PGI fortran 10.8 and gcc

2010-09-14 Thread Doug Reeder
Axel, Should the argument be -ipthread? Doug Reeder On Sep 14, 2010, at 12:17 PM, Axel Schweiger wrote: > Trying to build a hybrid OpenMPI with PGI fortran and gcc to support WRF model > The problem appears to be due to a -pthread switch passed to pgfortran. > > > > libtool: link: pgfortran -

[OMPI users] Building OpenMPI 10.4 with PGI fortran 10.8 and gcc

2010-09-14 Thread Axel Schweiger
Trying to build a hybrid OpenMPI with PGI fortran and gcc to support WRF model The problem appears to be due to a -pthread switch passed to pgfortran. libtool: link: pgfortran -shared -fpic -Mnomain .libs/mpi.o .libs/mpi_sizeof.o .libs/mpi_comm_spawn_multiple_f90.o .libs/mpi_testall_f90.o