You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered: