mpiSynqNetDiagnosticsInfo
Declaration
MPI_DECL1 MPIResult MPI_DECL2 mpiSynqNetDiagnosticsInfo(MPISynqNet synqNet, MPISynqNetDiagnosticsInfo * sqDiagnostics);
Required Header: synqnet.h
Change History: Added in 04.00.
Description
mpiSynqNetDiagnostics reads status from the network associated with the SynqNet object and writes it into the structure pointed to by sqDiagnostics. MPISynqNetDiagnostics structure contains all the nodes status, events, network timing and network status. mpiSynqNetDiagnostics(…) can be used for monitoring the Network and node status when the network is in cyclic or in failed state ie ASYNQ. sqDiagnostics data can be passed to mpiSynqNetAnalize(..)to analyze the data to find the network behavior.
synqNet | The MPISynqnet object handle. |
---|---|
sqDiagnosticsInfo | A pointer to the SynqNet diagnostic data. |