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
In libfabric fabtests/functional/multi_ep.c we have an example of synchronization done through ft_finalize_ep call (which basically performs a sync data transfer between communicating sides).
On the other hand, in fabtests/functional/rdm_multi_client.c we can find an example of pingpong that is not synchronized before closing endpoints.
Question is: what is the desired/prefered/demanded approach? Does it differ for local/remote located nodes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In libfabric fabtests/functional/multi_ep.c we have an example of synchronization done through ft_finalize_ep call (which basically performs a sync data transfer between communicating sides).
On the other hand, in fabtests/functional/rdm_multi_client.c we can find an example of pingpong that is not synchronized before closing endpoints.
Question is: what is the desired/prefered/demanded approach? Does it differ for local/remote located nodes?
Beta Was this translation helpful? Give feedback.
All reactions