jeffhammond / vapaa

A standalone implementation of the MPI Fortran 2018 module
MIT License
19 stars 1 forks source link

Define the derived type MPI_Status #4

Closed jeffhammond closed 1 year ago

jeffhammond commented 1 year ago

Define the derived type MPI_Status, and define all MPI handles with uniquely named handle types (instead of INTEGER handles, as in the mpi module). This is reflected in the first Fortran binding in each MPI function definition throughout this document (except for the deprecated routines).

jeffhammond commented 1 year ago

Done