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

Function error_commAlreadyInit

quest/src/core/errors.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void error_commAlreadyInit() {
155
156 raiseInternalError("The MPI communication environment was attemptedly re-initialised despite the QuEST environment already existing.");
157}
158
159void error_commButEnvNotDistributed() {
160

Callers 1

comm_initFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected