[This is preliminary documentation and is subject to change.]
Set the error handler for a given communicator.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Errhandler_set( int comm, int errhandler ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Errhandler_set ( _ comm As Integer, _ errhandler As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Errhandler_set( int comm, int errhandler ) |
Parameters
- comm
- Type: System..::.Int32
The communicator.
- errhandler
- Type: System..::.Int32
The error handler.