With Intel Advisor samples, to build the Intel TBB sample (_tbb), you need to define the TBBROOT environment variable.
To define this environment variable:
Open a command line window.
Use a
export command to set the
TBBROOT environment variable. For example, if you used the default path during installation, the files were installed below
/opt/intel, type:
export TBBROOT=/opt/intel/path/tbb.
To always set this variable on the current system, add this definition to your
.login or similar shell initialization file.
You have defined the TBBROOT environment variable.