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

Closed
jeffhammond opened this issue Nov 25, 2024 · 1 comment
Closed

discuss ABI implementation of mpi_subarrays_supported #15

jeffhammond opened this issue Nov 25, 2024 · 1 comment

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?

@jeffhammond
Copy link
Member Author

I never figured out how to address this, and the state of the Fortran ABI is complete in other respects.

Some day, we will just have to require subarrays, I guess.

@jeffhammond jeffhammond closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2025
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