Omni OpenMP C Compiler

NAME
ompcc - RWC Omni OpenMP C compiler (ver 1.1)
SYNOPSIS
       ompcc [options] filename ...

NOTE: This command, ompcc is obsolete!!! This command is an alias of "omcc". Please refer to omcc man page.

DESCRIPTION
ompcc is a program to compile OpenMP programs written in C. ompcc processes input files through one or more of four stages: preprocessing, compilation, assembly, and linking. This man page contains descriptions for only ompcc-specific aspects of the compiler, though it also contains summaries of some general-purpose options. For a fuller explanation of the compile options, see options of the backend compiler which is specified in the installation. C source files use the suffix '.c'.
-c
Compile or assemble the source files, but do not link. The compiler output is an object file corresponding to each source file.
-Dmacro
Define macro macro with the string `1' as its definition.
-Dmacro=defn
Define macro macro as defn.
-g
Produce debugging information.
-Idir
Append directory dir to the list of directories searched for include files.
-Ldir
Add directory dir to the list of directories to be searched for `-l'.
-llibrary
Use the library named library when linking.
-O
Optimize.
-o file
Place output in file.
-S
Stop after the stage of compilation proper; do not assemble. The output is an assembler code file for each non-assembler input file specified.
-Umacro
Undefine macro macro.
-x
Stop after parsing leaving the intermediate file.
-X
Stop before calling the backend compiler. Leave the intermediate C file after OpenMP transformation.
-t
Leave intermediate file "tmp.x", "tmp.xx", "tmp.c".
-v
Verbose mode. Echo the executed commands.
-omp
Ignore OpenMP pragma.
-h, -help
Print Help.
ENVIRONMENT VARIABLES
In addition to OpenMP standard environment variables Omni environment variables controls the parallel execution. See Omni Environment Variables .
FILES
Unsupported Features and Known BUGS