Skip to content

[Fortran] Implementation for mpi 2008 bindings #25

Open
@AlexisLaplanche

Description

@AlexisLaplanche

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions