Skip to content

Decrease value for FATAL_TAG to comply with standard

Sebastian Ohlmann requested to merge fix_invalid_tag into develop

Description

According to the MPI standard, the maximum tag value can depend on the implementation, but must be at least 32767. Thus, use this value to be sure that the tag value is supported by all MPI implementations.

News snippet

Fix issue with maximum MPI tag value

Merge request reports

Loading