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

Can multiple TBB DLL versions be installed side by side ?

Sunil_Gokak
Beginner
418 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
418 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

0 Kudos
Reply