How will Linux be leveraged in next-gen supercomputers? (NewsForge)
Posted Sep 26, 2005 20:17 UTC (Mon) by
jsbarnes (subscriber, #4096)
In reply to:
How will Linux be leveraged in next-gen supercomputers? (NewsForge) by dlang
Parent article:
How will Linux be leveraged in next-gen supercomputers? (NewsForge)
"the 2.6 kernel is comfortable up to at least 32 CPU's (the people running
512 CPU's are working on the fact that by the time they get to that point
their scaling factor has dropped to 50% so they really only take advantage
of half of that 512th core, which is actually surprisingly good)"
I'm not quite sure what you mean here. In my experience, "kernel scaling"
is a near useless term. All you can say for certain is whether a _given
workload_ scales well (i.e. efficiently utilizes available resources).
This, in turn, depends on how the application is designed and coded, what
kernel services it makes use of (e.g. disk I/O, filesystem access, etc.),
and whether they scale well.
So for some workloads the Linux kernel limits scaling to a handful of
processors on a typical SMP system architecture. On other workloads, near
perfect scaling can be achieved up to even 512p.
(
Log in to post comments)