Click or drag to resize

MPIMPI_Query_thread Method (Int32)

Determine the level of threading support provided by the MPI library.

Namespace:  DHI.MPI
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static int MPI_Query_thread(
	out int provided
)

Parameters

provided
Type: SystemInt32
Returns one of the MPI_THREAD_* constants.

Return Value

Type: Int32
See Also