Skip to content

[Fortran] Implementation for mpi 2008 bindings #25

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

Open
AlexisLaplanche opened this issue Oct 9, 2024 · 0 comments
Open

[Fortran] Implementation for mpi 2008 bindings #25

AlexisLaplanche opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Fortran

Comments

@AlexisLaplanche
Copy link
Member

For the moment, the fortran call implemented are for the non MPI 2008 bindings (when using #include "mpif.h").
The MPI 2008 bindings use different symbol with different argument (use of MPI type instead of Integer).

How OpenMPI is implementing the bindings is:

It can be implemented in the same way by calling the already interpose mpi_xxx fortran subroutine inside of the mpi_xxx_f08 subroutine

@AlexisLaplanche AlexisLaplanche self-assigned this Oct 9, 2024
@AlexisLaplanche AlexisLaplanche added enhancement New feature or request Fortran labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fortran
Projects
None yet
Development

No branches or pull requests

1 participant