Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool cpu_isOpenmpCompiled() {
74
return (bool) COMPILE_OPENMP;
75
}
76
77
78
int cpu_getAvailableNumThreads() {
Callers
5
autodep_chooseQuESTEnvDeployment
Function · 0.85
validate_newEnvDeploymentMode
Function · 0.85
printCompilationInfo
Function · 0.85
printCpuInfo
Function · 0.85
getEnvironmentString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected