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