MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / assert_pairRankIsDistinct

Function assert_pairRankIsDistinct

quest/src/core/errors.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void assert_pairRankIsDistinct(Qureg qureg, int pairRank) {
217
218 if (pairRank == qureg.rank)
219 error_commWithSameRank();
220}
221
222void assert_bufferSendRecvDoesNotOverlap(qindex sendInd, qindex recvInd, qindex numAmps) {
223

Callers 4

comm_exchangeSubBuffersFunction · 0.85
comm_asynchSendSubBufferFunction · 0.85

Calls 1

error_commWithSameRankFunction · 0.85

Tested by

no test coverage detected