Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discuss ABI implementation of mpi_subarrays_supported #15

Open
jeffhammond opened this issue Nov 25, 2024 · 0 comments
Open

discuss ABI implementation of mpi_subarrays_supported #15

jeffhammond opened this issue Nov 25, 2024 · 0 comments

Comments

@jeffhammond
Copy link
Member

mpi_async_protects_nonblocking is, as best I can tell, strictly dependent on the Fortran compiler, so it can be implemented in a compiler-dependent but MPI library-agnostic way.

mpi_subarrays_supported is largely dependent on the MPI library itself, in how it handles CFI_cdesc_t.

How do people want to handle this in the ABI? I am thinking it can be returned from the Fortran ABI info object, although that API was designed for the Fortran compiler type information. Can we mix them, or should there be a new API for this?

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

No branches or pull requests

1 participant