[This is preliminary documentation and is subject to change.]
Clones the communicator, creating a new (but distinct) communicator with the
same processes. The attributes associated with the communicator are copied
to the new communicator; which attributes are copied (and how) is dependent
on how the Attributes were created.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public Object Clone() |
| Visual Basic (Declaration) |
|---|
Public Function Clone As Object |
| Visual C++ |
|---|
public: virtual Object^ Clone() sealed |