ompi icon indicating copy to clipboard operation
ompi copied to clipboard

Open MPI main development repository

Results 600 ompi issues
Sort by recently updated
recently updated
newest added

## 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.,...

State-Awaiting user information

see #7095 Signed-off-by: Eisuke Kawashima

NEWS
Target: main

(cherry picked from commit 3980e803c328c789bcbfbd891323de92967f596a)

Target: v6.0.x

## 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...

Target: main

## 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.,...

question
Target: v5.0.x

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...

Target: v6.0.x

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...

Target: main

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...

Target: main

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...

Target: main

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...

Target: main