[This is preliminary documentation and is subject to change.]
Splits a communicator into several new communicators, based on the colors provided.
See Split(Int32, Int32).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Comm_split( int comm, int color, int key, out int newcomm ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Comm_split ( _ comm As Integer, _ color As Integer, _ key As Integer, _ <OutAttribute> ByRef newcomm As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Comm_split( int comm, int color, int key, [OutAttribute] int% newcomm ) |
Parameters
- comm
- Type: System..::.Int32
- color
- Type: System..::.Int32
- key
- Type: System..::.Int32
- newcomm
- Type:
System..::.Int32
%