MPICommandMessage

MPICommandMessage

 

 typedef enum {
    MPICommandMessageCOMMAND_INVALID,
    MPICommandMessageTYPE_INVALID,
    MPICommandMessagePARAM_INVALID,
} MPICommandMessage;
Description
 
MPICommandMessageCOMMAND_INVALID
is currently not supported and is reserved for future use.
 
MPICommandMessageTYPE_INVALID
The MPICommandType passed to the mpiCommandCreate method is invalid.
     
See Also MPICommandType