Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Replace Annotations with OpenMP* Code

This topic explains the steps needed to implement parallelism proposed by the Intel Advisor annotations by adding OpenMP* parallel framework code.

The recommended order for replacing the annotations with OpenMP code:

  1. Add appropriate synchronization of shared resources, using LOCK annotations as a guide.

  2. Test to verify you did not break anything, before adding the possibility of non-deterministic behavior with parallel tasks.