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.

To link with the SCore libraries, mpicxx uses the scorecxx(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 C++ compiling environment used to compile and link MPI program.

-compiler-path compiler
--compiler-path compiler
Specify the backend C++ 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), scorecxx(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.