mpiCompareConfigGet
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCompareConfigGet(MPICompare compare, MPICompareConfig *config);
Description
mpiCompareConfigGet reads the current compare configuration from the controller and loads the config structure.
compare | A handle to an Compare object. |
---|---|
*config | A pointer to the MPICompareConfig structure which will hold the current configuration of the compare module. |