ompi
ompi copied to clipboard
[5.0.x] Add missing memcpy header
Cherry picked from #13295
(commit aa5577441ff1ab7f97f8b63e442b37457c7bd997)
something is broken with MPI4PY. The error is almost certainly not related to changes made in this PR.
@dalcinl would you have suggestions on debugging what's going on with mpi4py? it looks like some kind of problem with generation of mpi4py internal docs?
@hppritcha Sorry for the late reply, I've been offline for a few days. I need a couple extra days to take a look about what is going on. It is most likely related to a change in latest Cython release introducing a regression on how Python docstrings/method signatures are generated.
@hppritcha I pushed a quick fix to mpi4py/mpi4py@master. Can you try restarting the workflow here?
@dalcinl Worked -- thanks!