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

Function error_numaAllocOrDeallocAttemptedOnWindows

quest/src/core/errors.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void error_numaAllocOrDeallocAttemptedOnWindows() {
129
130 raiseInternalError("NUMA-aware memory allocation or deallocation was attempted on Windows though this is not yet implemented, indicating a potential build issue.");
131}
132
133void error_numaBindingFailed() {
134

Callers 2

cpu_allocNumaArrayFunction · 0.85
cpu_deallocNumaArrayFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected