Skip to content

[bugfix][MPI_Access] Use int16_t for MPI tags.

Robert K requested to merge bugfix/mpitag into master

This restricts tags to the range from 0 to 32768 as specified by the MPI standard.

Merge request reports