Open MPI logo

mpif90(1) man page (version 1.8.8)

  |   Home   |   Support   |  
This is documentation for an older version of Open MPI. For Open MPI v5.0 documentation, see the current Open MPI wrapper compiler man page on docs.open-mpi.org.

« Return to documentation listing

Table of Contents

Name

mpif77, mpif90 -- Deprecated Open MPI Fortran wrapper compilers

Syntax

mpif90 ...

Description

The mpif77 and mpif90 wrapper compiler names are deprecated, and will disappear in a future version of Open MPI. You should use the mpifort wrapper compiler, instead. While they are deprecated, mpif77 and mpif90 accept all the same parameters as mpifort, and behaves the same as mpifort.

With mpifort, you can compile any Fortran program that uses the "mpif.h", "use mpi", and/or "use mpi_f08" MPI Fortran interfaces.

See mpifort(1) for more details.

See Also

mpifort(1)


Table of Contents

« Return to documentation listing