Intel® Advisor Help

Enabling Intel® Threading Building Blocks in your Build Environment

If you use the Intel C++ Compiler (icc) from the command line, specify the -tbb option when you build your program. This option tells the compiler to link with the Intel TBB libraries. If you use other compilers, please see your Intel TBB or compiler documentation.

Note

If you are using a version of Intel TBB that is not included with most Intel® Parallel Studio XE editions, please see the Intel Advisor release notes for instructions to modify several project properties and the Intel TBB environment variable. With Intel Advisor samples, to use the Intel TBB project (_tbb), you need to define the TBBROOT environment variable (see the help topic Defining the TBBROOT Environment Variable) and specify the TBBROOT include directory as an additional include path when compiling .

See Also