[This is preliminary documentation and is subject to change.]
Terminates all processes in this communicator. In most systems, this terminates all processes.
Namespace:
MPIAssembly: MPI (in MPI)
Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public void Abort( int errorcode ) |
| Visual Basic (Declaration) |
|---|
Public Sub Abort ( _ errorcode As Integer _ ) |
| Visual C++ |
|---|
public: void Abort( int errorcode ) |
Parameters
- errorcode
- Type: System..::.Int32
An error code that will be returned to the invoking environment.