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