Gilles Gouaillardet
Gilles Gouaillardet
Thanks Ralph, I just issued #12309
Well, shame on me! the tests do **not** use the components from the build directory, and with this patch, it does not open any component at all, which happens to...
Thanks @rhc54 for fixing the param file issue in openpmix/openpmix#3273, I will backport the fix to Open MPI.
I just found that the `v4` and `v5` series use the same `MCA` version (`2.1.0`) ! I do not know whether this is intended or something we forgot. The issue...
I do not think the `pmix/ext3x` component (tries to) `dlopen()` the PMIx library. From the point of view of Open MPI v5, the `pmix/ext3x` component is successfully loaded, but it...
@bosilca even if I still do not understand the end goal here, IIRC it is possible to bind a socket to a specific port/ip (my understanding is we already bind...
I am not fully happy with this PR. Since there is no more `pmix` framework, the `pmix` MCA parameters do not appear any more in `ompi_info`. @jsquyres @bosilca could you...
After this PR, the following bits have disappeared from `ompi_info --all` My concern is if we cannot fix that, that could be a deal breaker for `v5`. I will investigate...
I came up with this (plus a missing trivial fix) ```diff diff --git a/opal/mca/common/ofi/common_ofi.c b/opal/mca/common/ofi/common_ofi.c index d39412f..ed63c95 100644 --- a/opal/mca/common/ofi/common_ofi.c +++ b/opal/mca/common/ofi/common_ofi.c @@ -34,7 +34,6 @@ #include "opal/mca/base/mca_base_var.h" #include "opal/mca/hwloc/base/base.h"...
Looks like this does the trick ``` diff --git a/opal/mca/common/ofi/common_ofi.c b/opal/mca/common/ofi/common_ofi.c index d39412f..ed63c95 100644 --- a/opal/mca/common/ofi/common_ofi.c +++ b/opal/mca/common/ofi/common_ofi.c @@ -34,7 +34,6 @@ #include "opal/mca/base/mca_base_var.h" #include "opal/mca/hwloc/base/base.h" #include "opal/mca/memory/base/base.h" -#include "opal/mca/pmix/base/base.h"...