[This is preliminary documentation and is subject to change.]
Terminates all processes.
Namespace:
MPIAssembly: MPI (in MPI)
Version: 0.5.0.0 (0.5.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.