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

Function error_numaBindingFailed

quest/src/core/errors.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void error_numaBindingFailed() {
134
135 raiseInternalError("The binding of memory pages to NUMA nodes (with mbind) unexpectedly failed, despite prior reservation (with mmap) succeeding.");
136}
137
138void error_numaUnmappingFailed() {
139

Callers 1

cpu_allocNumaArrayFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected