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

Function error_commButEnvNotDistributed

quest/src/core/errors.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void error_commButEnvNotDistributed() {
160
161 raiseInternalError("A function attempted to invoke communication despite QuEST being compiled in non-distributed mode.");
162}
163
164void error_commOutOfBounds() {
165

Callers 15

getMaxNumMessagesFunction · 0.85
exchangeArraysFunction · 0.85
asynchSendArrayFunction · 0.85
receiveArrayFunction · 0.85
globallyCombineSubArraysFunction · 0.85
comm_broadcastAmpFunction · 0.85
comm_sendAmpsToRootFunction · 0.85
comm_reduceAmpFunction · 0.85
comm_reduceRealFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected