mpicxx

Compile or link C++ language MPI programs

SYNOPSIS

mpicxx [option | filename]...

DESCRIPTION

The mpicxx command compiles source files in the C++ language, and links object files. The filename extension of the source file should be .cc.

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 scorecxx options.

SEEALSO

scorecxx(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.