mpiMapSymbolIndexCount
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiMapSymbolIndexCount(MPIMapSymbolType symbolType, size_t *count);
Required Header: map.h
Change History: Added in 04.00.
Description
mpiMapSymbolIndexCount returns the number of indices associated with a particular symbol type. This function is not normally used within production systems and is intended to help MPI configuration file editors.
symbolType | The MPIMapSymbolType enumeration value for which an index count is returned. |
---|---|
count | A pointer to the location where the index count is written. |
Return Values |
---|
MPIMessageARG_INVALID |
See Also