Skip to content

Add MPI.Win_allocate - #987

Open
jack-dunham wants to merge 1 commit into
JuliaParallel:masterfrom
jack-dunham:jd/Win_allocate
Open

jack-dunham wants to merge 1 commit into
JuliaParallel:masterfrom
jack-dunham:jd/Win_allocate

Conversation

@jack-dunham

Copy link
Copy Markdown

Wraps MPI_Win_allocate, the one window constructor in the standard that MPI.jl did not yet expose. API.MPI_Win_allocate is already generated in src/api/generated_api.jl; this adds the high-level interface beside its siblings in src/onesided.jl.

Full disclosure, I am not an expert in MPI, and this code was generated by Claude by pointing it to the existing MPI.Win_allocate_shared implementation, but the output seems reasonable to me. If it is not, consider this a feature request with a first attempt at a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant