The "self" communicator is a simple communicator that contains only
the currently-executing process.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.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.