eschnett / MPItrampoline

A forwarding MPI implementation that can use any other MPI implementation via an MPI ABI
MIT License
44 stars 4 forks source link

OpenMPI 5+ supports `MPIX_Query_rocm_support` #44

Closed ocaisa closed 3 months ago

eschnett commented 3 months ago

Thanks! I'll have to incorporate this in both MPItrampoline and MPIwrapper, and then regenerate all auto-generated files.

eschnett commented 3 months ago

See https://github.com/eschnett/MPIwrapper/pull/25 and https://github.com/eschnett/MPItrampoline/pull/45

ocaisa commented 3 months ago

Ok great, I close this in favour of those