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

TBB 64

Vijay_O_
Beginner
654 Views
Are there 64 bit tbb libraries for window? If so how do I call them?
0 Kudos
1 Solution
robert-reed
Valued Contributor II
654 Views
Quoting - Vijay Oza
Are there 64 bit tbb libraries for window? If so how do I call them?

Yes, there should be a folder called intel64, either in the Composer/tbb folder in your Intel Parallel Studio installation or under Intel/TBB/2.2 (assuming a standalone installation of the latest versions). If your Visual Studio settings are set up for an x64 configuration, it should be just a matter of building the project. If you're doing it via command line, you should be able to stick the path in the LIB path list.

View solution in original post

0 Kudos
1 Reply
robert-reed
Valued Contributor II
655 Views
Quoting - Vijay Oza
Are there 64 bit tbb libraries for window? If so how do I call them?

Yes, there should be a folder called intel64, either in the Composer/tbb folder in your Intel Parallel Studio installation or under Intel/TBB/2.2 (assuming a standalone installation of the latest versions). If your Visual Studio settings are set up for an x64 configuration, it should be just a matter of building the project. If you're doing it via command line, you should be able to stick the path in the LIB path list.
0 Kudos
Reply