Predefined value for the "source" parameter to MPI receive or probe operations,
which indicates that a message from any process may be matched.
See
anySource.
Namespace:
MPI
Assembly:
MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public const int MPI_ANY_SOURCE |
| Visual Basic (Declaration) |
|---|
Public Const MPI_ANY_SOURCE As Integer |
| Visual C++ |
|---|
public:
literal int MPI_ANY_SOURCE |
See Also