Complete the following steps to start profiling:
- Click Profile an Application on the Welcome page.
- Provide application path, application options, working directory, and environment variables, if any. Click Next.
- Select at least one Predefined Config along with any desired config and then click Advanced Options.
- In the OpenMP Tracing Options pane, turn on the
Enable OpenMP Tracing Option.Figure 1. Enable OpenMP Tracing
- Select the Select OpenMP Trace Implementation
type. Choose:
-
ompt(default option) for tracing of OpenMP libraries supporting OMPT interface (example: LLVM, AOCC, ICC). -
omplibfor tracing GCC OpenMP library.
-
- If you have selected
ompt, next Select OpenMP Tracing Mode. Choose:-
fullfor tracing all the OpenMP events. -
basicfor basic tracing, where synchronization related OpenMP events are not traced to reduce the disk space usage.
-
- Click Start Profile to start the profiling.