Decrease value for FATAL_TAG to comply with standard
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