Mpi collective - #1
Draft
eessmann wants to merge 127 commits into
Draft
Conversation
This commit enables testing by setting ENABLE_TESTING to ON in CMakeLists.txt. It includes the <cinttypes> header in mpi_types.h and updates the handling of CRAY-C compilers by adding conditional compilation checks. Additionally, it refines type casting and constexpr definitions for improved code clarity and performance.
Replace collective-shaped pairwise traffic with checked dense and neighborhood collectives, preserve deterministic partition semantics and asynchronous evolutionary gossip, and fail fast on MPI errors. Adopt CMake 4 object targets and file sets, C++23 dependencies and vcpkg presets, plus deterministic correctness, install, sanitizer, MPI capability, and performance verification.
Use private stream-based fatal diagnostics and explicit tuple-based MPI schemas without changing installed public interfaces. Add a locked devenv environment with multiverse MPICH 4.3.2 and a CMake 4 baseline. Preserve the existing CI Catch2 path and improve zero-degree MPI and macOS failure-probe portability. Validated with 112 focused MPI and consumer checks, four serial consumer checks, and GCC 14 and Clang 19 builds on Cirrus.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.