[This is preliminary documentation and is subject to change.]
The "self" communicator is a simple communicator that contains only
the currently-executing process.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static Intracommunicator self |
| Visual Basic (Declaration) |
|---|
Public Shared self As Intracommunicator |
| Visual C++ |
|---|
public: static Intracommunicator^ self |
Remarks
Each process will have a different "self" communicator, which only
permits communication with itself.