Forgot your password?
typodupeerror

Comment Re:Flops are not everything (Score 1) 341

''non-parallelizable problems''

What does that have to do with anything ?

A problem is either parallelizable to a degree or not. Assuming a (Theoretical) shared memory computer with N CPUs, there are still problems which you won't be able to parallelize.

The question of how that problem behaves on a message passing system vs a shared memory system comes afterwards ..

Slashdot Top Deals

Keep the number of passes in a compiler to a minimum. -- D. Gries

Working...