mpiInitAPI

The C API uses different methods to initialize and terminate map execution, including mpiInitAPI.

This method initializes the environment. It should be called prior to any other call and only once per process. The lpszConfigFile can be passed in as NULL as long as name resolution is not required.
MPIRC mpiInitAPI (char *lpszConfigFile)

Inputs

lpszConfigFile
Name of the configuration file used to determine the resource files used.

Outputs

None

Returns

Success status