ompi
ompi copied to clipboard
Open MPI main development repository
This adds comments onto the pull request containing what caused the commit checks to fail, if any, and suggests fixes to the user. If no errors are raised, no comment...
I separated out the pmix/prte updates into seperate commits. No changelog for prrte since it branched off of master, and comparing v2.1 to v3.0/master isn't worth untangling. bot:notacherrypick
- Use the start of the result buffer pointer to unpack the data. (Fixes a data integrity issue) - Fix memory leak in the non-contig get_accumulate code path. Signed-off-by: Aboorva...
## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) v5.0.0rc7 ### Describe how Open MPI was installed (e.g.,...
I'm seeing mpirun hanging during startup on our system. Running `mpirun` in a loop eventually hangs, typically after a few dozen iterations: ``` for i in $(seq 1 100 );...
Hi, In the main branch, I see that ompi_comm_finalize is called before osc ucx component_finalize. Can you please let me know if this behavior is intentional in the main branch?...
## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) v4.1.x BlackDuck raises high security issue in libopen-pal.so.40.30.2 against...
I'd appreciate feedback on the following in particular: 1. I am not the author of these commits but ompi/v4.1.x already uses the libevent code; should I get the original authors...
PR #10630 added support for `MPI_COMM_TYPE_HW_UNGUIDED` and `MPI_COMM_TYPE_HW_GUIDED`. It provides good support for "guided" mode but minimal support for "unguided" mode. It closed issue #9197 There are a few ideas...
## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) `OMPI main` ### Describe how Open MPI was installed...