Determine whether MPI has already been initialized. See Initialized.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int MPI_Initialized( out int flag ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Initialized ( _ <OutAttribute> ByRef flag As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Initialized( [OutAttribute] int% flag ) |
Parameters
- flag
- Type:
System..::.Int32
%
Will be set to a non-zero value if the MPI environment has been initialized.