ompi icon indicating copy to clipboard operation
ompi copied to clipboard

[5.0.x] Add missing memcpy header

Open Yiltan opened this issue 5 months ago • 5 comments
trafficstars

Cherry picked from #13295

(commit aa5577441ff1ab7f97f8b63e442b37457c7bd997)

Yiltan avatar Jun 09 '25 15:06 Yiltan

something is broken with MPI4PY. The error is almost certainly not related to changes made in this PR.

hppritcha avatar Jun 09 '25 18:06 hppritcha

@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 avatar Jun 10 '25 15:06 hppritcha

@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.

dalcinl avatar Jun 10 '25 20:06 dalcinl

@hppritcha I pushed a quick fix to mpi4py/mpi4py@master. Can you try restarting the workflow here?

dalcinl avatar Jun 10 '25 22:06 dalcinl

@dalcinl Worked -- thanks!

jsquyres avatar Jun 11 '25 13:06 jsquyres