[Back]


Talks and Poster Presentations (with Proceedings-Entry):

K. von Kirchbach, M. Lehr, S. Hunold, C. Schulz, J. Träff:
"Efficient Process-to-Node Mapping Algorithms for Stencil Computations (Best Paper Award)";
Talk: IEEE International Conference on Cluster Computing (IEEE Cluster 2020) - Online Conference, Kobe, Japan; 2020-09-14 - 2020-09-17; in: "Proceedings of the IEEE International Conference on Cluster Computing (IEEE Cluster 2020)", IEEE, (2020), ISBN: 978-1-7281-6678-0; 1 - 11.



English abstract:
Good process-to-compute-node mappings can be decisive for well performing HPC applications. A special, important class of process-to-node mapping problems is the problem of mapping processes that communicate in a sparse stencil pattern to Cartesian grids. By thoroughly exploiting the inherently present structure in this type of problem, we devise three novel distributed algorithms that are able to handle arbitrary stencil communication patterns effectively. We analyze the expected performance of our algorithms based on an abstract model of inter- and intra-node communication. An extensive experimental evaluation on several HPC machines shows that our algorithms are up to two orders of magnitude faster in running time than a (sequential) high-quality general graph mapping tool, while obtaining similar results in communication performance. Furthermore, our algorithms also achieve significantly better mapping quality compared to previous state-of-the-art Cartesian grid mapping algorithms. This results in up to a threefold performance improvement of an MPI_Neighbor_alltoall exchange operation. Our new algorithms can be used to implement the MPI_Cart_create functionality.

Keywords:
MPI, Process Mapping, Stencil Computations


"Official" electronic version of the publication (accessed through its Digital Object Identifier - DOI)
http://dx.doi.org/10.1109/CLUSTER49012.2020.00011



Related Projects:
Project Head Jesper Larsson Träff:
Process Mapping