Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split mesh and mesh topology MPI communicators #2925

Merged
merged 66 commits into from
Jan 3, 2024

Conversation

garth-wells
Copy link
Member

@garth-wells garth-wells commented Dec 8, 2023

The change allows mesh input topology and geometry to be on a subset of the processes (MPI ranks) on which a Mesh is constructed.

This allows for example, the mesh data to be partitioned using a subset of MPI ranks (this can be critical for performance at scale) or mesh data to be read from file on a subset of ranks and the mesh then built on a larger communicator.

Also, numerous documentation improvements.

@garth-wells garth-wells added the enhancement New feature or request label Dec 13, 2023
@garth-wells garth-wells marked this pull request as ready for review January 3, 2024 09:43
@garth-wells garth-wells enabled auto-merge January 3, 2024 10:09
@garth-wells garth-wells added this pull request to the merge queue Jan 3, 2024
Merged via the queue into main with commit 6dac2f6 Jan 3, 2024
19 checks passed
@garth-wells garth-wells deleted the garth/mesh-comms-split branch January 3, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant