Visible to Intel only — GUID: GUID-5F8E48DC-428B-4C86-87E3-165725BD22C5
Visible to Intel only — GUID: GUID-5F8E48DC-428B-4C86-87E3-165725BD22C5
Recording OpenMP* Regions Information
Intel® Trace Collector can record information about OpenMP* regions in your application into trace file.
To collect this information, make sure to do the following:
Linux* OS
Your application should be:
linked with the Intel implementation of OpenMP. See Developer and Reference Guide for the Intel® C++ Compiler for details.
dynamically linked with Intel® MPI Library.
Use the -trace option of mpirun to trace the data.
Windows* OS
Your application should be:
linked with the Intel implementation of OpenMP.
dynamically linked with the VT.dll library and Intel MPI Library.
The example command line to compile the application may look as follows:
> mpiicc -trace -openmp myapp.c
Make sure the INTEL_LIBITTNOTIFY64 environment variable contains the full path to the VT.dll library.
Run your application using the mpiexec command to trace the data.