Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
Important Update: Community Platform Migration​. Learn more​>

TBB with minGW

nath02
Beginner
1,792 Views

Hi everybody

I have to work on a project written in c++ language on Eclipse, compiled with minGW.

I have to parallelise this project by multicoring. So, I have un computer with eight CPU's (with Windows 7).

But here's my problem : Is it possible to use TBB libraries with the minGW compilator ? I can't use an other... And, if not, what library should I use to be sure to dispatch all my threads equitably on all my cores (as TBB would do...) ?

I really need some advices, thank you...

Nath

0 Kudos
1 Reply
TimP
Honored Contributor III
1,792 Views
Did you check the TBB forum for any posts on this subject?
0 Kudos
Reply