@threadcall
on MPI_Wait
or MPI_Waitall
sounds like a good choice here, too — I didn’t actually know about that macro! Since it only works for ccall
, you’ll have to re-implement MPI.Waitall!
, or submit a patch to MPI.jl — it might be reasonable to have keyword argument to do this.
2 Likes