ompi
ompi copied to clipboard
Open MPI main development repository
## Background information ### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.) 5.0.7 ### Describe how Open MPI was installed (e.g.,...
see #7095 Signed-off-by: Eisuke Kawashima
(cherry picked from commit 3980e803c328c789bcbfbd891323de92967f596a)
## 1. SPML Base Infrastructure - Added `mca_spml_base_team_t` structure with `pSync` and `pWrk` work arrays - Added `mca_spml_base_alloc_sync_array()` and `mca_spml_base_free_sync_array()` helper functions - Provides consistent symmetric heap allocation/deallocation across all...
## Background information ### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.) 5.0.x ### Describe how Open MPI was installed (e.g.,...
bot:notacherrypick A compromise for now. We aren't going to release a OMPI 6.0.0 using 3rd-party/pmix prrte unreleased packages. So for now we will use - pmix at 5.0.10rc1 (will probably...
This commit introduces the multi-eager protocol to ob1. This protocol works by fragmenting into multiple eager-sized messages and sending them in parallel to the destination. On the receiver the first...
When a module is created for a UCT transport we take the min of the transport limits and whatever the default is in the module. This is done to support...
It is currently in the path for send requests which have NOT been freed. This moves it to the correct conditional branch. For reference, this change reflects how it is...
While moving a job from a small number of GPU nodes to a larger number of CPU nodes, I was able to reliably reproduce #11087 in my environment. While in...