| 21 | |
| 22 | |
| 23 | void rootPrint(qindex num) { |
| 24 | |
| 25 | if (getQuESTEnv().rank != 0) |
| 26 | return; |
| 27 | |
| 28 | printf("\n\n>> set number of reported items to %lld", num); |
| 29 | |
| 30 | if (num == 0) |
| 31 | printf(" (which means report all)"); |
| 32 | |
| 33 | printf("\n\n"); |
| 34 | } |
| 35 | |
| 36 | |
| 37 |
no test coverage detected