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.

OpenMP on a a Intel Core 2 Quad (processor X5355)

verdolaga
Beginner
514 Views
I have a problem when i try parallelization with OpenMP on a a Intel Core 2 Quad (processor X5355)

when i'm using a single proccessor the running time is : 48 minutes, but if i use four proccessors the running time is 23 minutes, but if use 5, 6,7,8 the running time is the same 21 MIN !!!... when i'm using 5 to 8 processors the paralelizacion time does not decreases ...

what is the problem..??
0 Kudos
1 Reply
TimP
Honored Contributor III
514 Views
We can't guess accurately what is in your application. For example, you may be using all the memory bandwidth at 2 threads.
0 Kudos
Reply