jeffhammond / vapaa

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

MPI return codes are not translated #20

Closed jeffhammond closed 1 year ago

jeffhammond commented 1 year ago

This means that only MPI_SUCCESS is guaranteed to be correct.

Because MPI return codes are not required to be compile-time constants (discussion), we need to use an if-else conversion to the vapaa values, which will be compile-time constants.