Intel® Inspector Help

Sample Applications and Tutorials

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.

Tip

Companion 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.

Tip

Companion 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.

Note