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

Retrieve older versions of TBB

Greg314
Beginner
2,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
2,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

0 Kudos
3 Replies
Mariya_P_Intel
Moderator
2,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

0 Kudos
Mariya_P_Intel
Moderator
2,059 Views

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

Thanks, Mariya


0 Kudos
Mariya_P_Intel
Moderator
2,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


0 Kudos
Reply