jeffhammond / vapaa

A standalone implementation of the MPI Fortran 2018 module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPI return codes are not translated

jeffhammond opened this issue · comments

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.