After successfully installing Intel® Threading Building Blocks (Intel® TBB) on your system, you need to do the following:
If your installation was unsuccessful, install Intel TBB according to the instructions in INSTALL.txt
Before using Intel TBB, you must register the environment variables that are used to locate necessary library and include files as follows:
C/C++ Properties
Linker Properties
The default installation locations for the bin, doc, and examples directories used in this document are shown in the following table:
|
Platform |
Default Directories |
|---|---|
|
Linux* OS |
/opt/intel/<composer_version>/tbb/[bin|examples] /opt/intel/<composer_version>/Documentation/<locale>/tbb |
|
OS X* |
/opt/intel/<composer_version>/tbb/[bin|examples] /opt/intel/<composer_version>/Documentation/<locale>/tbb |
|
Windows* OS with Intel® IA-32 processor |
C:\Program Files\Intel\<composer_version>\tbb\[bin|examples] C:\Program Files\Intel\<composer_version>\Documentation\<locale>\tbb |
|
Windows* OS with Intel® 64 Instruction Set Architecture (ISA) processor |
C:\Program Files (x86)\Intel\<composer_version>\tbb\[bin|examples] C:\Program Files (x86)\Intel\<composer_version>\Documentation\<locale>\tbb |
where: