[This is preliminary documentation and is subject to change.]
Initializes MPI. This routine must be called before any other MPI routine.
It will be invoked by the Environment constructor.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static int MPI_Init( ref int argc, ref byte** argv ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Init ( _ ByRef argc As Integer, _ ByRef argv As Byte** _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Init( int% argc, unsigned char**% argv ) |
Parameters
- argc
- Type:
System..::.Int32
%
The number of arguments in argv.
- argv
- Type:
System..::.Byte
*
*
%
A pointer to an array of C-style strings containing all of the command-line arguments.