Re: [O-MPI users] Can't configure OpenMPI 1.0 on Mac OS X 10.4.3

2005-11-23 Thread Rainer Keller
Hello, On Wednesday 23 November 2005 14:38, Max Manfrin wrote: > I have now tried to configure using the following command line: > > ./configure --with-mpi-param_check=always --enable-mpi-threads -- > disable-f77 | tee config.LOG > > but I still got the same error at the same point

Re: [O-MPI users] Can't configure OpenMPI 1.0 on Mac OS X 10.4.3

2005-11-23 Thread Max Manfrin
Dear Rainer, I have now tried to configure using the following command line: ./configure --with-mpi-param_check=always --enable-mpi-threads -- disable-f77 | tee config.LOG but I still got the same error at the same point I reinclude the config.LOG file config.tgz Descrip

Re: [O-MPI users] Can't configure OpenMPI 1.0 on Mac OS X 10.4.3

2005-11-23 Thread Rainer Keller
Dear Max, You seem to be using gcc and gfortran as Fortran compiler. As You read in the README - file, we need to set a compiler-flags to FFLAGS in order to force the fortran compiler to have the "correct" (C) notion of a logical... (required e.g. for PGI). However, gfortran is not such a comp