Click or drag to resize

MPIMPI_ANY_TAG Field

Predefined value for the "tag" parameter to MPI receive or probe operations, which indicates that a message with any tag may be matched.

Namespace:  DHI.MPI
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public const int MPI_ANY_TAG = -1

Field Value

Type: Int32
See Also