Evan
Well-Known Member
Speed. Not speed records. That computer would be useless for financial transactions written in COBOL. A traditional ethernet-linked weakly bound cluster would make more sense for that.
But it ain't gonna win records.
And I don't think you're understanding the scale. A million transactions per day can be done on MUCH slower computers. That thing calculates around a trillion fluid cells per day (based on the order of 1000 flops per grid cell). With a 1000^3
grid and 1000 timesteps, that gets you in the ballpark for some types of nuclear explosions being calculated in a few weeks.
I don't know if you understand the amount of processing power a modern business requires. It can be stunning. Ethernet-linked cluster? Yeah, right. Maybe in the 90s. Fiber-channel is a must nowadays.
But you're right, raw speed is fairly meaningless in this situation. Data transfer and manipulation are key. Code efficiency determines how well you can do this more than processing speed. Many of our large operations take days to process, and the CPUs aren't even pegged; the busses and SAN are the bottlenecks. If you're good at optimizing large relational databases you get hired for 100k+ a year, no questions asked.