mpiSynqNetPacketConfigGet
Declaration
long mpiSynqNetPacketConfigGet(MPISynqNet synqNet, MPISynqNetPacketCfg *config);Required Header: stdmpi.h
Description
mpiSynqNetPacketConfigGet reads the current network packet configuration for all nodes found on the network to the location pointed to by config.
This method is useful for viewing the current network packed data being sent across the network. It is used in conjunction with mpiSynqNetPacketConfigSet(...). This method is also useful for optimizing network traffic (bandwith).
Only configurable packet data fields are configured by this method. Fixed packet fields are not application configurable.
synqNet | a handle to a SynqNet object |
---|---|
*config | pointer to configuation structure defined by MPISynqNetPacketCfg. |
Return Values |
---|
MPIMessageOK |
MPIMessageARG_INVALID |
MPIMessageUNSUPPORTED |