scorecc(1)
USER COMMANDS
MPC++(1)
NAME
scorecc - C compiler for SCore program.

SYNOPSIS
scorecc [option | filename]...

DESCRIPTION
The scorecc command compiles source files in the C language, and links object files for SCore.

Almost all the options of the standard cc driver may be specified as scorecc arguments.

OPTIONS
-compiler compiler
--compiler compiler
Specify the backend C compiler. The default is gnu (gcc). In this version, following compilers are support:
compiler description
gnu GNU C compiler (default)
pgi The Portland Group C compiler (i386 only)
fujitsu Fujitsu C compilers (i386 only)
intel Intel C++ compilers (i386 only)
compaq Compaq C compiler (alpha only)

-compiler-path compiler
--compiler-path compiler
Specify the backend compiler. This option will override the compiler used for the compiling environment.

-scash
--scash
Use scash library and include file.

-scash_smp
--scash_smp
Use scash library supporting SMP cluster. We can use scash_smp option to keep backward compatibility with SCore 3.3.1 system.

-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)

$Id: scorecc.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $