Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2466 Discussions

How to get TBB (tbb20_014oss) up and running on Linux?

eva2002
Beginner
397 Views

Hi all,

I require some help in getting tbb up for use on my linux system.

I am not sure if I did it correctly.

Basically,

1) I download the tbb2.0 commerical aligned (014) src and binaries add-on

2) I extracted it and the src file and then added ia32 folder from the binaries into the src folder

3) gmake

Afterthis, I am stuck. What should I do next?

Do I copy any files to some location? Source any files?

When working with tbb, do I need to have files in the same folder in order to use it or just use -ltbb options?

Can someone guide me?

I am using linux version 2.6.18.2. icc version 9.1.042.

Thanks

Stanley

0 Kudos
1 Reply
robert-reed
Valued Contributor II
397 Views

First, have you had a chance to read the index.html that is located at the top of the source tree? It has a link to build/index.html, which contains some instructions for building and using TBB.

Second, if you're interested in the commercial-aligned release (tbb20_014), the archive also contains a tar file of Linux binaries.

For further help on building your application with the TBB library, you might consult the Makefile in the examples subtree of the source distribution to see how -ltbb is employed there.

0 Kudos
Reply