With Intel Advisor samples, to build the Intel TBB project (_tbb), you need to define the TBBROOT
environment variable.
To define this environment variable:
- Open the control panel and access: Control Panel> System> Advanced tab or system settings> Environment variables
- Locate any existing definition of the
TBBROOT
user or system environment variable. If present, verify that it value is correct if you encountered build errors and either click Cancel or OK as needed to exit the dialog box. - If it is not present, under System variables or User variables, click New.
- Specify the Variable name as: TBBROOT.
- Specify the Variable value. Specify the path of the installed Intel® Parallel Studio XE files, including the \tbb directory. If you used the default path during installation, files are installed below: C:\Program Files (x86)\Intel\ or C:\Program Files\Intel\, such as C:\Program Files (x86)\Intel\Composer xxx\tbb.
- Click OK several times.
- For the change to take effect, close and reopen Visual Studio (if using Visual Studio), or close and reopen your command window (if not using Visual Studio). In some cases, you may need to log off and log on for this change to take effect.
- If needed, you can test the definition by opening a command window and typing set TBBROOT.
Parent topic: Adding the Parallel Framework to Your Build Environment
Inglese