Creates a new communicator containing all of the processes in the given group.
The resulting communicator may be null, if the calling process is not in this group.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Communicator Create( Group group ) |
| Visual Basic (Declaration) |
|---|
Public Function Create ( _ group As Group _ ) As Communicator |
| Visual C++ |
|---|
public: Communicator^ Create( Group^ group ) |
Parameters
- group
- Type: MPI..::.Group
The group of processes that will be contained in the resulting communicator. This must be a subgroup of Group.