| 162 | } |
| 163 | |
| 164 | void error_commOutOfBounds() { |
| 165 | |
| 166 | raiseInternalError("A function invoked communication which attempted to exchange amplitudes between arrays at invalid bounds."); |
| 167 | } |
| 168 | |
| 169 | void error_commWithSameRank() { |
| 170 |
no test coverage detected