Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ cpu_getOpenmpThreadInd
Function
cpu_getOpenmpThreadInd
quest/src/cpu/cpu_config.cpp:114–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
113
114
int cpu_getOpenmpThreadInd() {
115
#if COMPILE_OPENMP
116
return omp_get_thread_num();
117
#else
118
return 0;
119
#endif
120
}
121
122
123
int cpu_getCurrentNumThreads() {
Callers
2
cpu_statevec_initUniformState_sub
Function · 0.85
cpu_statevec_initUnnormalisedUniformlyRandomPureStateAmps_sub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected