flux-framework / dyad

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

unstable behavior #96

Open JaeseungYeom opened 5 months ago

JaeseungYeom commented 5 months ago
  1. I see pytohn CI is always failing.
  2. FLUX RPC with C wrapper worked on ruby
  3. FLUX RPC with CPP failed on ruby (flux hung up)
  4. Both UCX send/recv and RMA with C wrapper failed on ruby (flux hung up)
  5. UCX RMA works with C/CPP in github CI
  6. I am sure the behavior will be different on corona
JaeseungYeom commented 4 months ago

PR #107 which includes #102 and #106 fixes it. However, Python CI still fails.

JaeseungYeom commented 4 months ago

Python API now works. FLUX_RPC needs fix.