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
-env envname
Specify ?envname option. For example, you want to compile scash programs, please specify -env scash. If this option is not specified, the environment variable SCORE_COMPILER_ENV is used. If SCORE_COMPILER_ENV is not set, score is used.

-c
Compile only, do not link

-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) Providing Optional Compilers