mpiInitAPIex

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

This method initializes the HCL Link environment. Call this method only once per process, before any other call. Both the Resource Registry configuration (.mrc) file and a log function callback can be passed to the mpiInitAPIex method.

MPIRC mpiInitAPIex(const char *lpszResourceConfigFile, MPI_LOGFNCALLBACK logFnCB);