From: "Ed Blosch" <eblosch@earthlink.net>
Newsgroups: comp.parallel.mpi
Subject: Fortran MPI binding, mpich
Date: Wed, 14 Jul 1999 17:10:24 -0700
Organization: EarthLink Network, Inc.
Message-Id: <7mj8hf$gk4$1@ash.prod.itd.earthlink.net>
Xref: ukc comp.parallel.mpi:5327


This is regarding MPICH.
I don't have a Fortran77 compiler but I do have an F90 compiler.
'configure' is setting the flag -nof77, and consequently, I am not getting
the Fortran support.   Why configure bases its decision only on the
existence of F77 and not F77 OR F90 I don't know.  But my question is--Is
there any way around this problem?  Can I perhaps give an option to
configure like -fc=F90 to trick it into compiling the Fortran interface
support into the MPI library?

Thanks,
Ed

