Slashdot Mirror


User: evilors

evilors's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Flops are not everything on SGI Introduces World's Densest Server · · Score: 1

    ''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 ..