Intel® Inspector Help
Intel Inspector currently offers the following sample applications. The default installation path, <inspector-install-dir>, is below /opt/intel/.
Sample Application |
Summary |
Default Installation Location |
---|---|---|
tachyon_insp_xe Displays a rendering of a graphical image via 2D ray tracing. |
Demonstrates detecting memory and threading errors in a C++ application. Data conflicts: Memory leak, invalid memory access, mismatched memory allocation and deallocation, and data race. TipCompanion tutorials available. |
<inspector-install-dir>/samples/<locale>/C++/tachyon_insp_xe.tgz |
nqueens_fortran Solves the nqueens problem for various board sizes. |
Demonstrates detecting memory and threading errors in a Fortran application. Data Conflicts: Data race, uninitialized memory access, and memory leak. TipCompanion tutorials available. |
<inspector-install-dir>/samples/<locale>/Fortran/nqueens_fortran.tgz |
After you copy a sample application compressed file to a writable directory, use a suitable tool to extract the contents. Extracted contents include a short README (TXT format) that describes how to build the sample and fix issues.
Sample applications are non-deterministic.
Sample applications are designed only to illustrate the Intel Inspector features and do not represent best practices for creating code.