- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This may or may not be an Intel problem.
In the newest version of the Intel Compiler Suite Professional Edition for Windows
TBB 2.0 is shipped. However the macros inside of the project file TBB examples are all referencing TBB11_INSTALL_DIR not TBB20_INSTALL_DIR . This probably should be changed to TBB_INSTALL_DIR and in the environment variables set
TBB_INSTALL_DIR = TBB20_INSTALL_DIR
Or whatever the most recent installed copy is. The user can reset this to retrograde the version.
Jim Dempsey
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tbb20_019_win.exe
I would like to stress that the project files for the example programs be made such that they are portable across TBB versions. Use of macros (environment variables)such as TBB_SRC, TBB_LIB, TBB_INCLUDE, etc... and whereby the user can use a SETENV.BAT (or other means) to set these to the version numbers of interest.
TBB10_INSTALL_DIR=C:Program Files (x86)IntelTBB1.0
TBB20_INSTALL_DIR=C:Program Files (x86)IntelTBB2.0
TBB_INCLUDE=$(TBB20_INSTALL_DIR)include
...
The above for default to most recent version. and the user can run a SETENV.BAT thing to retrograde the TBB version number.
Jim Dempsey

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page