mpiMapFileName
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiMapFileName(MPIMap mapHandle, const char **fileName);
Required Header: map.h
Change History: Added in 04.00.
Description
mpiMapFileName writes the file name of the controller map file used when creating the MPIMapObject.
mpiMap | A handle to an MPIMap object. |
---|---|
control | A pointer to a character array where the file name is written. |
See Also