Click or drag to resize

MPIMPI_THREAD_MULTIPLE Field

Indicates that the MPI program is multi-threaded, and any thread can call into MPI at any time. See [!:Threading.Multiple].

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_THREAD_MULTIPLE = 3

Field Value

Type: Int32
See Also