illinois-ceesd / mirgecom

MIRGE-Com is the workhorse simulation application for the Center for Exascale-Enabled Scramjet Design at the University of Illinois.
Other
11 stars 19 forks source link

Node-local domain decomp #968

Open MTCam opened 11 months ago

MTCam commented 11 months ago

This change set brings changes from @majosm's fork (https://github.com/majosm/mirgecom/commit/a444cdd7c8618caa79b14e93adf752e0c4f86c3d), which makes mesh partitioning a node-local affair. Each physical compute node gets the mesh data (read from gmsh or generated) and locally partitions and distributes the mesh partitions among the ranks local to the physical compute node.

Questions for the review: