OpenMP environment variables for parallel processing

OpenMP runtime options affecting parallel processing are set by specifying OMP environment variables. These environment variables use syntax of the form:

Read syntax diagramSkip visual syntax diagram
>>-env_variable--=--option_and_args----------------------------><

If an OMP environment variable is not explicitly set, its default setting is used.

For information about the OpenMP specification, see: http://www.openmp.org.