Click or drag to resize

MPIMPI_ERRORS_ARE_FATAL Field

Predefined error handler that indicates that the MPI program should be terminated if an error occurs. This is the default error handler in the low-level MPI, which is overridden by MPI.NET.

Namespace:  DHI.MPI
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public const int MPI_ERRORS_ARE_FATAL = 1409286144

Field Value

Type: Int32
See Also