| 167 | } |
| 168 | |
| 169 | void error_commWithSameRank() { |
| 170 | |
| 171 | raiseInternalError("A distributed function attempted to communicate to a pair rank equal to its own rank."); |
| 172 | } |
| 173 | |
| 174 | void error_commGivenInconsistentNumSubArraysANodes() { |
| 175 |
no test coverage detected