OpenMP*

Windows*

Linux*

Description

Notes

-Qopenmp

-openmp

Enables the parallelizer to generate multithreaded code based on the OpenMP* directives. The code can be executed in parallel on both single processor and multiple processor systems.

The -Qopenmp option only works at an optimization level of -O2 (the default) or higher.

Compiler Option Quick Reference

Example

prompt>icl -Qopenmp myprog.cpp