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

Re: [O-MPI users] mpirun --prefix

2005-11-23 Thread Rainer Keller
Hello Anthony, On Tuesday 22 November 2005 18:20, Anthony Chan wrote: > This is not a bug just wonder if this can be improved. I have been > running openmpi linked program with command > > /bin/mpirun --prefix \ > --host A -np N a.out > > My understanding is that

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

2005-11-23 Thread Max Manfrin
Dear *, I'm having some trouble in building the new Open MPI 1.0. The configure step doesn't go through. I attach the output of the command in the terminal and the config.LOG file in the file output-compile.tgz On this machine there is already the Open MPI 1.0rc4 that built without proble

Re: [O-MPI users] mpirun --prefix

2005-11-23 Thread Jeff Squyres
On Nov 22, 2005, at 12:20 PM, Anthony Chan wrote: This is not a bug just wonder if this can be improved. I have been running openmpi linked program with command /bin/mpirun --prefix \ --host A -np N a.out My understanding is that --prefix allows extra search