| 184 | |
| 185 | |
| 186 | void printCompilationInfo() { |
| 187 | |
| 188 | print_table( |
| 189 | "compilation", { |
| 190 | {"isMpiCompiled", comm_isMpiCompiled()}, |
| 191 | {"isGpuCompiled", gpu_isGpuCompiled()}, |
| 192 | {"isOmpCompiled", cpu_isOpenmpCompiled()}, |
| 193 | {"isCuQuantumCompiled", gpu_isCuQuantumCompiled()}, |
| 194 | }); |
| 195 | } |
| 196 | |
| 197 | |
| 198 | void printDeploymentInfo() { |
no test coverage detected