Linux* OS

On Linux* operating systems, the default installation location is /opt/intel/composer_xe_2013/tbb. The following table describes the subdirectories.

Intel® Threading Building Blocks Subdirectories on Linux* OS

Item

Location

Environment Variable

Include files

include/tbb/*.h

CPATH

Shared libraries

lib/<arch>/<gccversion>/lib<lib><variant>.so

where

<arch>

Processor and OS

android

Android

ia32

IA-32 processors

intel64

Intel® 64 architecture processors

mic

Intel® Many Integrated Core architecture

<gccversion>

Linux OS configuration

gcc4.1

gcc version number between 4.1 and 4.4 that do not support exception_ptr

gcc4.4

gcc version 4.4 or higher that may or may not support exception_ptr

(none)

For the case where <arch> is android or mic.

<lib>

Version

tbb

General library

tbbmalloc

Memory allocator

tbbmalloc_proxy

Substitution for default memory allocator

tbb_preview

Community preview features library

<variant>

Version

(none)

Release version

_debug

Debug version

LIBRARY_PATH

LD_LIBRARY_PATH

Examples

examples/<class>/*/.

 

GNU Makefile for example

examples/<class>/*/Makefile

where class describes the class being demonstrated.