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

Function cpu_isOpenmpCompiled

quest/src/cpu/cpu_config.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73bool cpu_isOpenmpCompiled() {
74 return (bool) COMPILE_OPENMP;
75}
76
77
78int cpu_getAvailableNumThreads() {

Callers 5

printCompilationInfoFunction · 0.85
printCpuInfoFunction · 0.85
getEnvironmentStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected