Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Retrieve older versions of TBB

Greg314
Beginner
1,125 Views

Hello!

where can i find the previous versions of TBB?

thanks for your help !

regards

0 Kudos
1 Solution
Mariya_P_Intel
Moderator
1,077 Views

Hi Greg,

TBB sources are stored on Github: https://github.com/oneapi-src/oneTBB

You may identify the versions by releases (https://github.com/oneapi-src/oneTBB/releases) or by tags (https://github.com/oneapi-src/oneTBB/tags).

To retrieve the sources, run the command line:

git clone --branch <tag-name> https://github.com/oneapi-src/oneTBB.git

or just download an archive from Github web page https://github.com/oneapi-src/oneTBB/releases/tag/<tag-name> 

where <tag-name> is v2020.2 or 2018_U5 or another one chosen by you.

Mariya

View solution in original post

3 Replies
Mariya_P_Intel
Moderator
1,078 Views

Hi Greg,

TBB sources are stored on Github: https://github.com/oneapi-src/oneTBB

You may identify the versions by releases (https://github.com/oneapi-src/oneTBB/releases) or by tags (https://github.com/oneapi-src/oneTBB/tags).

To retrieve the sources, run the command line:

git clone --branch <tag-name> https://github.com/oneapi-src/oneTBB.git

or just download an archive from Github web page https://github.com/oneapi-src/oneTBB/releases/tag/<tag-name> 

where <tag-name> is v2020.2 or 2018_U5 or another one chosen by you.

Mariya

Mariya_P_Intel
Moderator
1,059 Views

Hi Greg, please let me know if above the reply solved your question.

Thanks, Mariya


Mariya_P_Intel
Moderator
1,049 Views

As the issue is solved, we stop monitoring this thread.

Feel free to start a new thread in case of further questions.

Mariya


Reply