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.
Note that dynamically linked program is unable to checkpoint/restart.
-show
Verbose. Display the commands and arguments invoked by the mpc++
script
This document is a part of the SCore cluster system software
developed at Real World Computing Partnership, Japan.
Copyright (c) 2000, 1999 Real World Computing Partnership.