Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ error_gettingNumNumaNodesFailed
Function
error_gettingNumNumaNodesFailed
quest/src/core/errors.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void error_gettingNumNumaNodesFailed() {
124
125
raiseInternalError(
"Failed to get the NUMA node count"
);
126
}
127
128
void error_numaAllocOrDeallocAttemptedOnWindows() {
129
Callers
1
cpu_allocNumaArray
Function · 0.85
Calls
1
raiseInternalError
Function · 0.85
Tested by
no test coverage detected