Re: [OMPI users] ./configure error on windows while installing openmpi-1.2.4(latest)

2007-11-29 Thread geetha r
Hi George, Thanks for your reply, i passed --disable-mpi-f77 option to the configure script, but now the compiler failed with following reason. configure: error: Cannot support Fortran MPI_ADDRESS_KIND! can you pls let me know, how to get rid of this problem.( i.e what option t

Re: [OMPI users] ./configure error on windows while installing openmpi-1.2.4(latest)

2007-11-28 Thread Terry Frankcombe
On Wed, 2007-11-28 at 13:20 -0500, George Bosilca wrote: > If your F77 compiler do not support array of LOGICAL variables (which > seems to be the case if you look in the config.log file), then you're > left with only one option. Remove the F77 support from the > compilation. This means addin

Re: [OMPI users] ./configure error on windows while installing openmpi-1.2.4(latest)

2007-11-28 Thread George Bosilca
If your F77 compiler do not support array of LOGICAL variables (which seems to be the case if you look in the config.log file), then you're left with only one option. Remove the F77 support from the compilation. This means adding the --disable-mpi-f77 option to the ./ configure. Thanks,

[OMPI users] ./configure error on windows while installing openmpi-1.2.4(latest)

2007-11-28 Thread geetha r
Hi, Subject: "Need exact command line for ./configure {optionslist} " to build OPENMPI-1.2.4 on windows." while configuration script checking the FORTRAN77 compiler , iam getting following error,so openmpi- build is unsuccessful on windows(with configure script) checking for correct han