Determine the level of threading support provided by the MPI library.
See Threading.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int MPI_Query_thread( out int provided ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Query_thread ( _ <OutAttribute> ByRef provided As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Query_thread( [OutAttribute] int% provided ) |
Parameters
- provided
- Type:
System..::.Int32
%
Returns one of the MPI_THREAD_* constants.