Terminates all processes in this communicator. In most systems, this terminates all processes.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.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.