ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Hierarchical Communication Pattern #25

Closed erikzenker closed 7 years ago

erikzenker commented 9 years ago

A fine grain modeling of a simulation e.g. by every cell of the simulation domain can lead to unnecessary communication overhead, since peers are exchanging possibly more messages than is really necessary.

The solution is a graph partitioning of the communication graph and a unified communication of these partitions. This should decrease the number of communication calls between peers while still sticking to fine grain modeling of the simulation, which is really handy.