posted on 1988-01-01, 00:00authored byTiankai Tu, Hongfeng Yu, Leonardo Ramirez-Guzman, Jacobo BielakJacobo Bielak, Omar Ghattas, Kwan-Liu Ma, David R. O'Hallaron
Parallel supercomputing has traditionally focused on the inner kernel of scientific simulations: the solver. The front and back ends of the simulation pipeline---problem description and interpretation of the output---have taken a back seat to the solver when it comes to attention paid to scalability and performance, and are often relegated to offline, sequential computation. As the largest simulations move beyond the realm of the terascale and into the petascale, this decomposition in tasks and platforms becomes increasingly untenable. We propose an end-to-end approach in which all simulation components---meshing, partitioning, solver, and visualization---are tightly coupled and execute in parallel with shared data structures and no intermediate
I/O. We present our implementation of this new approach
in the context of octree-based finite element simulation of
earthquake ground motion. Performance evaluation on up
to 2048 processors demonstrates the ability of the end-to-end
approach to overcome the scalability bottlenecks of the
traditional approach.