mpiNodeServiceProcedure

Declaration
long mpiNodeServiceProcedure(MPINode                  node,
                             MPISercosProcedureAction action,
                             MPIIdn                   idn,
                             unsigned long            *status)
Required Header stdmpi.h
Description

NodeServiceProcedure executes the procedure in the node described by idn. The extent of the execution of the procedure is defined by the action parameter (see the MPISercosProcedureAction structure for the different actions).

Return Values
MPIMessageOK if sucessful in executing action
MPISercosMessagePROCEDURE_ERROR if an error occurs in the drive during execution
MPISercosMessagePROCEDURE_DATA_INVALID if procedure data is invalid
MPISercosMessagePROCEDURE_TIMEOUT if a timeout occurs and the procedure has not completed.
See Also