You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osc/ucx: Move the ucx_mca_register/deregister to open/close
* In the scenario where UCX is built into Open MPI, but not used at runtime
then the memory hooks infrastructure can get into a situation where it has
an invalid function pointer resulting in a segv.
* Move the `opal_common_ucx_mca_register` and `opal_common_ucx_mca_deregister`
calls to the component open and close functions, just like the UCX PML.
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
0 commit comments