jeffhammond / vapaa

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

prototype MPI_TYPE_FORTRAN_AUTO #22

Open jeffhammond opened 1 year ago

jeffhammond commented 1 year ago

Galaxy Brain demonstrates that we can ignore count and datatype arguments and instead rely on CFI information for Fortran array types.

We can implement a less elegant but more MPI-like approach using MPI(X)_TYPE_FORTRAN_AUTO for the type argument.