mpif90

Compile or link Fortran90 language MPI programs

SYNOPSIS

mpif90 [option | filename]...

DESCRIPTION

The mpif90 command compiles source files in the Fortran90 language, and links object files. The filename extension of the source file should be .f90.

You can use following options to select MPI system:

name
-mpi
version
-mpi_version
device
-mpi_device
compiler
-mpi_compiler
MPI-id
-mpi_id

If the command line is not specified, the following environment variable is used:

name
SCORE_MPI
version
SCORE_MPI_VERSION
device
SCORE_MPI_DEVICE
compiler
SCORE_BUIOLD_COMPILERS
MPI-id
SCORE_MPI_ID

If you specified -mpi_showid option, The command print mpi_id and exit (without compile).

If the MPI system is made by the SCore, you can use scoref90 options.

SEEALSO

scoref90(1), mpi(7),
CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003-2008 PC Cluster Consortium.