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.

To link with the SCore libraries, mpif90 uses the scoref90(1) command with its default setting.

If the mpi-selector(1) is installed, please set score7 by using the mpi-selector(1) or mpi-selector-menu(1) command.

OPTIONS

-compiler compiler
--compiler compiler
Specify the backend Fortran90 compiling environment used to compile and link MPI program.

-compiler-path compiler
--compiler-path compiler
Specify the backend Fortran90 compiler. This option will override the compiling environment. NOTE: No checking is done if the compiler-path is compatible with the MPI libraries

-mpi mpi_version
--mpi mpi_version
Choose the MPI version specified with mpi_version.

-device mpi_device
--device mpi_device
Choose the MPI device specified with mpi_device.

-help
Output usage.

-show
Show the actual commands that would be used without running them.

SEEALSO

mpi-selector(1), mpi-selector-menu(1), scoref90(1), score_mpi_list(5), compiler_scripts(5).
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.