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
This test, which attempts a PMIx_Fence() with ranks set to a subset of the full job, currently hangs. The fence upcall is never received (it blocks in openpmix). What we would like to do is fail it, since currently the implementation does not support fence over a subset.
Note that the proc on shell 1 (task 1) exits early. So I guess the fence call returned immediately because that proc is not participating. Meanwhile the other proc is likely blocked in the fence call.
It would seem like this should look like a degenerate case to the pmix library (fence call only involving self) and return immedaitely too, but it does not.
This test, which attempts a
PMIx_Fence()
with ranks set to a subset of the full job, currently hangs. The fence upcall is never received (it blocks in openpmix). What we would like to do is fail it, since currently the implementation does not support fence over a subset.The text was updated successfully, but these errors were encountered: