jeffhammond / vapaa

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

MPI handle comparison operators #6

Closed jeffhammond closed 1 year ago

jeffhammond commented 1 year ago

Overload the operators .EQ. and .NE. to allow the comparison of these MPI handles with .EQ., .NE., == and /=.

jeffhammond commented 1 year ago

.eq. done in f08216d

jeffhammond commented 1 year ago

finished by 910af14