flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add timeout to UCX send/recv #31

Open ilumsden opened 1 year ago

ilumsden commented 1 year ago

As recommended by @hariharan-devarajan, we should add timeouts to the UCX communication routines to help us detect failures.

As a starting point for this, we can look to see in UCX supports timeouts in the tag-matching API. If not, we can add manual timeouts.