Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

TBB with minGW

nath02
Beginner
671 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
671 Views
Did you check the TBB forum for any posts on this subject?
0 Kudos
Reply