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
Reproducible when running with -mca osc ^ucx and runs succeed with with --mca osc ^ucx --mca btl_uct_memory_domains ib/mlx5_0. I am able to reproduce that problem with the 4.0.1 release as well.
Trying to run the example from #6552 on
master
(020a591
) with UCX OSC disabled leads to the process performing RMA hanging inMPI_Win_flush
:Process 1:
Process 0 waits in
MPI_Barrier
:The code of the example is:
Reproducible when running with
-mca osc ^ucx
and runs succeed with with--mca osc ^ucx --mca btl_uct_memory_domains ib/mlx5_0
. I am able to reproduce that problem with the 4.0.1 release as well.Open MPI was configured with:
Originally reported in #6816
The text was updated successfully, but these errors were encountered: