Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events
Past Events
|
Publications of Torsten Hoefler
P. Gottschling and Torsten Hoefler:
| | Productive Parallel Linear Algebra Programming with Unstructured Topology Adaption
(In Proceedings of the 2012 12th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (ccgrid 2012), presented in Ottawa, Canada, pages 9--16, IEEE Computer Society, ISBN: 978-0-7695-4691-9, May 2012)
AbstractSparse linear algebra is a key component of many
scientific computations such as computational fluid dynamics,
mechanical engineering or the design of new materials to mention
only a few. The discretization of complex geometries in unstructured meshes leads to sparse matrices with irregular patterns.
Their distribution in turn results in irregular communication
patterns within parallel operations.
In this paper, we show how sparse linear algebra can be
implemented effortless on distributed memory architectures. We
demonstrate how simple it is to incorporate advanced partitioning, network topology mapping, and data migration techniques
into parallel HPC programs.
For this purpose, we developed a linear algebra library — Parallel Matrix Template Library 4 — based on generic and
meta-programming introducing a new paradigm: meta-tuning.
The library establishes its own domain-specific language embedded in C++. The simplicity of software development is not paid
by lower performance. Moreover, the incorporation of topology
mapping demonstrated performance improvements up to 29%.
Documentsdownload article:
| | BibTeX | @inproceedings{gottschling-topomap, author={P. Gottschling and Torsten Hoefler}, title={{Productive Parallel Linear Algebra Programming with Unstructured Topology Adaption }}, year={2012}, month={May}, pages={9--16}, booktitle={Proceedings of the 2012 12th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (ccgrid 2012)}, location={Ottawa, Canada}, publisher={IEEE Computer Society}, isbn={978-0-7695-4691-9}, source={http://www.unixer.de/~htor/publications/}, } |
|
|