How will Linux be leveraged in next-gen supercomputers? (NewsForge)
Posted Sep 26, 2005 23:54 UTC (Mon) by
dlang (subscriber, #313)
In reply to:
How will Linux be leveraged in next-gen supercomputers? (NewsForge) by jsbarnes
Parent article:
How will Linux be leveraged in next-gen supercomputers? (NewsForge)
the user workload definantly affects the scalability of a system, you could have a OS that scales perfectly to 512 CPU's and an application that only uses one CPU.
and on the other hand you could have a single-threaded OS, but an application that scales perfectly to 512 CPU's
however in the second case you will still be limited becouse things like scheduling that need to take all the CPU's into account may not work very well.
overall things will work best if both the OS and the App scale well.
the scaleing 'limits' I listed in the prior post are the points where the kernel starts tripping over it's own feet and will realisticly gain very little from any additional CPU's, even if your app would scale well beyond this point.
(
Log in to post comments)