openmp-stubs, Qopenmp-stubs

Tells the compiler to generate sequential OpenMP code.

IDE Equivalent

Windows: Language > Process OpenMP Directives
Linux: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -openmp-stubs
Windows:  /Qopenmp-stubs

Arguments

None

Default

OFF No OpenMP code is generated by the compiler.

Description

This option tells the compiler to generate sequential OpenMP code.

The OpenMP directives are ignored and a stub OpenMP library is linked.

Alternate Options

Linux: -openmp_stubs
Windows: /Qopenmp_stubs

See Also

openmp, Qopenmp compiler options