MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / printCompilationInfo

Function printCompilationInfo

quest/src/api/environment.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186void 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
198void printDeploymentInfo() {

Callers 1

reportQuESTEnvFunction · 0.85

Calls 5

print_tableFunction · 0.85
comm_isMpiCompiledFunction · 0.85
gpu_isGpuCompiledFunction · 0.85
cpu_isOpenmpCompiledFunction · 0.85
gpu_isCuQuantumCompiledFunction · 0.85

Tested by

no test coverage detected