Terminates all processes.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.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.