Intel® Advisor Help
If you use the Intel® C++ Compiler Classic or Intel® oneAPI DPC++/C++ Compiler from the command line, specify the following option when you build your program:
For Windows* OS: /Qtbb
For Linux* OS: -tbb
This option tells the compiler to link with the Intel® oneAPI Threading Building Blocks (oneTBB) libraries. If you use other compilers, please see your oneTBB or compiler documentation.
With Intel Advisor samples, to use the oneTBB project (_tbb), you might need to define the TBBROOT environment variable (see the help topic Define the TBBROOT Environment Variable) and specify the TBBROOT/include directory as an additional include path when compiling (in build properties on Windows OS).
The following instructions are for using the Visual Studio* development environment on a Windows OS system.
Modify the project properties for each of your Visual Studio project build configurations (debug, release, and so on). You can set multiple properties by using the Configuration Properties with Visual Studio:
This procedure defines multiple properties to set up your build environment to use oneTBB .