On Sep 26, 2005, at 7:53 AM, Gilda Lucia Bakker Batista de Menezes
wrote:
> I have a Fortran 90 code and I need a free compiler to run it into
> MPI(Linux) but I don`t know how to do it and I need to achiev this
> compiler.
If you are looking for a free F90 compiler, try the gfortran compiler
that [I think] comes with the gcc 4.x series. You'll need to consult
your local system administrator to get it installed properly; it can be
a complex process (which will not be described here on this list --
there are other/better help resources for gcc/gfortran).
Also note that although LAM/MPI does support the MPI F77 bindings and
the use of F90 compilers, it does not include support for the MPI F90
bindings. So if your MPI application uses the MPI F90 bindings, LAM
will not be of much help to you. Open MPI, however, supports the F90
bindings, and will have its first release "quite soon." :-)
--
{+} Jeff Squyres
{+} The Open MPI Project
{+} http://www.open-mpi.org/
|