Brian Barrett
Brian Barrett
We never bumped the priority of the HAN and ADAPT collective components on the 5.0.x branch. I'm not submitting a PR right now (bumping the priority should be easy) because,...
**NOTE:** The Open MPI v4.1.x branch was created after v4.0.5. Hence, for some of the `git log ...` commands, the `last_release_tag` should probably be `v4.0.5`. ## Build the Release -...
Currently, Open MPI executable (like mpicc/mpirun/etc.) inherit dependencies on BTL communication libraries, like ugni. This leads to problems on some large scale systems, where compute not libraries are not in...
This is an RFC PR to consider removing support for both dropping in components to a tarball (without re-running autogen) and for using full configure scripts (which, practically speaking, was...
Per https://github.com/open-mpi/ompi/issues/4126, we want to add the mpi4py tests to the Jenkins builds. They are designed to run single node, and run in a couple minutes, so a single test...
I think https://github.com/openpmix/openpmix/pull/1772 applies to Open MPI as well. Need to investigate a bit deeper to understand.
**NOTE:** The Open MPI v4.1.x branch was created after v4.0.5. Hence, for some of the `git log ...` commands, the `last_release_tag` should probably be `v4.0.5`. ## Build the Release -...
When CI fails with weird compiler / linker issues, it is frequently easier to debug when we have the exact compiler / linker flags that were used. Disable silent rules...