| September 18, 2008 12:00 AM PDT | |
|
Recommended Intel® Compiler Settings for Linux* OpenMP* Applications When Using the Intel® Thread Checker Get the best results from Intel® Thread Checker by using the following command to compile your Linux* OpenMP* applications: icc file.c -openmp [-tcheck] -O0 -g
Note: Intel® Thread Checker requires the dynamic versions of the following libraries:
Linking to any of the following static libraries causes problems with Intel® Thread Checker:
The switch -static is not compatible with Intel® Thread Checker, as it links the static version of these libraries. Related Documentation
Confirmed On:
|
| Optimization Notice |
|---|
|
Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |
This article applies to: Intel® Thread Checker for Linux* Knowledge Base, Software Products General
For more complete information about compiler optimizations, see our Optimization Notice.

