Intel® Advisor Help

Add OpenMP Code to Synchronize the Shared Resources

OpenMP provides several forms of synchronization:

Tip

After you rewrite your code to use OpenMP* parallel framework, you can analyze its performance with Intel® Advisor perspectives. Use the Vectorization and Code Insights perspective to analyze how well you OpenMP code is vectorized or use the Offload Modeling perspective to model its performance on a GPU.

The following topics briefly describe these forms of synchronization. Check your compiler documentation for details.

See Also