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 adding the --disable-mpi-f77 option to the ./
> configure.
It's a lot weirder than that.
configure: WARNING: *** Fortran 77 REAL*8 does not have expected size!
configure: WARNING: *** Expected 8, got 8
configure: WARNING: *** Disabling MPI support for Fortran 77 REAL*8
Somehow, 8/=8
:-\
|