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

Function error_cpuThreadsQueriedButEnvNotMultithreaded

quest/src/core/errors.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 */
566
567void error_cpuThreadsQueriedButEnvNotMultithreaded() {
568
569 raiseInternalError("A function attempted to query CPU thread information but QuEST is not running with multithreading enabled.");
570}
571
572
573

Callers 2

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected