MPC++(1)
USER COMMANDS
MPC++(1)
NAME
mpc++ - MPC++ compiler

SYNOPSIS
mpc++ [option | filename]...

DESCRIPTION
The mpc++ command compiles source files in the MPC++ language, and links object files. The source filename extension should be .cc, .C, .cxx, .cpp and .c++.

Almost all the options of the standard CC driver may be specified as mpc++ arguments.

OPTIONS
-compiler compiler
--compiler compiler
Specify the backend C++ compiler. The default is gnu.

--compiler-path compiler
-compiler-path compiler
Specify the backend compiler. This option will override the compiler used for the compiling environment. NOTE: No check is made that compiler is compatible with the compiling environment libraries
--scash
-scash
Use scash library and include file.

-c
Compile only, do not link

-nostatic
--nostatic
Specify dynamic linking. scorecc links static by default. This option disable checkpointing facilities.

-nockpt
--nocheckpoint
Disables all checkpointing facilities. Also disable all system call overrides for checkpoint.

-show
Verbose. Display the commands and arguments invoked by the mpc++ script

SEE ALSO
environ(7)

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