MCPcopy Create free account
hub / github.com/BirolLab/abyss / receiveEmpty

Method receiveEmpty

Parallel/CommLayer.cpp:71–75  ·  view source on GitHub ↗

Return true if no message has been received. */

Source from the content-addressed store, hash-verified

69
70/** Return true if no message has been received. */
71bool CommLayer::receiveEmpty()
72{
73 MPI_Status status;
74 return !request_get_status(m_request, status);
75}
76
77/** Block until all processes have reached this routine. */
78void CommLayer::barrier()

Callers 4

completeOperationMethod · 0.80
runMethod · 0.80
controlSplitAmbiguousMethod · 0.80

Calls 1

request_get_statusFunction · 0.85

Tested by

no test coverage detected