cpu - possible factors in slowing down a parallel program -



cpu - possible factors in slowing down a parallel program -

consider programme can run in parallel , moved single core quad core. speed 4-fold?

say not see expected speedup in program. can possible reasons? cache 1 reason if each core not have separate cache have problem. other issues?

one possible reason not see performance boost if work you're dividing on 4 processors small. if have 4 simple add-on operations you're sending separate processors, might take more time work of delegation 4 operations on 1 processor.

parallel-processing cpu

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -