MPI 04.00 Reference >> mpiObject
mpiObjectHandleInfo
Declaration
MPI_RESULT mpiObjectHandleInfo(MPIHandle handle,
MPIModuleId *moduleId,
long *objectIndex);
Required Header: object.h
Change History: Added in 04.00.
Description
mpiObjectHandleInfo derives the moduleId and the object number from the object’s handle.
| handle | a handle to a object. |
| *moduleID | pointer to a module identification value. |
| *objectIndex | pointer to the instance number for an object. |
