Coders Prepare for 10 Petaflop Blue Waters Super

Print Friendly, PDF & Email

NCSA has published an interview with professor Laxmikant Kale, who is helping scientists tune their applications for the 10 Petaflop Blue Waters supercomputer that will come online sometime in 2011. That’s no small problem since the hardware doesn’t yet exist.

The distinguishing feature of Charm++ and Adaptive MPI is that the programmer does not have to worry about the number of processors, the programmer doesn’t write to the processors. Instead they break the simulation into data and work units, and then the runtime system assigns those to the processors. This gives the system flexibility to deal with issues like dynamic load balancing and automatic fault tolerance, without the programmer having to do anything about it.

For a machine as big as Blue Waters, doing an accurate code simulation would simply take too long on conventional hardware. Instead, Kale helps users run an emulation and record all the dependencies between computation blocks and messages. This allows them to identify bugs in a program that appear only at scale. Read the Full Story.

Trackbacks

  1. […] This post was mentioned on Twitter by insideHPC, HPC Guru, Chris, Chris, Evident Software and others. Evident Software said: MT @insideHPC Coders Prepare for 10 Petaflop Blue Waters Supercomputer http://bit.ly/esfxtL […]