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.
2452 Discussions

Can multiple TBB DLL versions be installed side by side ?

Sunil_Gokak
Beginner
277 Views

Can multiple  TBB DLL versions be installed side by side ? 

For example, can we have <intel>_tbb_4.2 and <intel>_tbb_4.3 installed side by side on the same machine ?

What would be the impact on performance ?

Would both applications using separate code paths function without crashing or deadlocking ?

 


 

0 Kudos
1 Reply
Vladimir_P_1234567890
277 Views

side by side install is one of supported enviroments.

Separated processes should not have bad impact except possible oversubscription in case they are running at the same time. 

--Vladimir

Reply