India Plans To Build Fastest Supercomputer By 2017
First time accepted submitter darkstar019 writes "India is planning to build a computer that is going to be at least 61 times faster than the current fastest super computer, IBM Sequoia. Right now the most powerful supercomputer in India is 58th in the list of top 100 supercomputers. From the article: 'Telecom and IT Minister Kapil Sibal is understood to have written to Prime Minister Manmohan Singh sharing the roadmap to develop "petaflop and exaflop range of supercomputers" at an estimated cost of Rs 4,700 crore over 5 years.'"
http://en.wikipedia.org/wiki/Crore
Nice to see the editors making sensibly proof-read, accessibly written summaries, rather than the usual treasure hunt for the true meaning.
Heh, did you? This what you're looking for?
“He’s not deformed, he’s just drunk!”
Considering Moore's law that's just about to be expected.
In 5 years we have 3 x 18 month period. The level of improvement in hardware is multiplies by 2^3. Then I'd expect level of parallelism to affect the process by the same magnitude bringing the total to 2^6 = 64.
I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
India's current supercomputer - one that it's developed since the 80s - is the PARAM, which has had 6 generations to date. The first was based on the Inmos Transputer, the second on an Intel i860, the third on a SuperSPARC II (and it even had an Alpha variant), the fourth on an UltraSPARC II, the fifth on an IBM POWER 4, and the most recent - unveiled in 2008 - was based on the Intel Xeon (Tigerton 73xx). They are currently working on one that's supposed to break the 1 petaflop barrier (that would be 10 crore crore flops for Indians). So this new announcement would be the successor to that.
So it's not like they're new @ this, and what is impressive is that they've used a wide variety of CPUs from different vendors. For this next one, they might want to do that w/ an Itanium III or a POWER7 (unless POWER8 is anywhere close). It would seem that for that, they might get some Intel/HP expertise to help w/ that. I have no idea how good they are @ writing compilers. But yeah, planning a supercomputer based on this CPU and tossing in enough of them should enable them to achieve that goal. Put Debian on it, and then use it for whatever they need - weather forecasting, nuclear simulations or whatever they want to use it for. A lot of the 52 PARAMs that they've manufactured & sold have been sold to other countries.
I just wish that aside from the Indian government, there were a few companies in India that made supercomputers.
Modeling.
Weather modeling (solving navier-stokes and a few other equations on a discrete cartesian grid or on a spherical grid in spectral space). Add in land surface models, ocean models, data assimilation, chemical processes, and then crank the resolution way up and you need a lot of power.
DNS (direct numerical simulation) -- if you want to simulate a fluid flow with turbulence and you want to resolve the turbulence explicitly you need to have a grid spacing in your model that is smaller than the kolmogorov scale. For some flows this may produce a grid spacing measured in millimeters. If you want any decent sized model domain, this produces a lot of grid points.
Monte-carlo type simulations -- i.e., run a simple simulation but do it 1e50 times to amass a statistical representation of the process.
and lots of other types of modeling. Basically if you have a set of partial differential equations that tell us something and you need to solve them numerically (no analytic solutions, etc) and need to do it on very large domains at high resolution and your neighbor grid dependencies are such that your problem is parallel, then a supercomputer is for you.