jeffhammond / vapaa

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

implement Status in an ABI-agnostic way #21

Closed jeffhammond closed 4 months ago

jeffhammond commented 1 year ago

We cheated an hard-code the ABI to make status processing easy, but we should implement the strictly ABI-agnostic way as well.

If we do this in the C layer, we can macro/preprocess it to a no-op when we want to cheat to go fast.

jeffhammond commented 4 months ago

Just use the standard ABI.