jeffhammond / vapaa

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

support Fortran INTEGER properly #29

Open jeffhammond opened 1 year ago

jeffhammond commented 1 year ago

We cheated and set MPI_VAL to a C int and do not bother converting it anywhere.

We should implement support for when the user does bad things to INTEGER, as described in the MPICH slides.