| 653 | } |
| 654 | |
| 655 | void assert_gpuHasBeenBound(bool isBound) { |
| 656 | |
| 657 | if (!isBound) |
| 658 | raiseInternalError("An internal GPU-querying function was illegally called before local GPUs had been bound to local MPI processes."); |
| 659 | } |
| 660 | |
| 661 | |
| 662 |
no test coverage detected