[This is preliminary documentation and is subject to change.]
Determine whether MPI has already been finalized. See Environment..::.Finalized.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Finalized( out int flag ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Finalized ( _ <OutAttribute> ByRef flag As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Finalized( [OutAttribute] int% flag ) |
Parameters
- flag
- Type:
System..::.Int32
%
Will be set to a non-zero value if the MPI environment has been finalized.