[This is preliminary documentation and is subject to change.]
Terminates all processes.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static void Abort( int errorCode ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub Abort ( _ errorCode As Integer _ ) |
| Visual C++ |
|---|
public: static void Abort( int errorCode ) |
Parameters
- errorCode
- Type: System..::.Int32
An error code that will be returned to the invoking environment.