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

Function demo_multithreaded

examples/isolated/reporting_environments.cpp:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35void demo_multithreaded() {
36
37 int useDistrib = 0;
38 int useGpuAccel = 0;
39 int useMultithread = 1;
40
41 initCustomQuESTEnv(useDistrib, useGpuAccel, useMultithread);
42
43 reportStr("multithreaded");
44 reportQuESTEnv();
45}
46
47
48void demo_gpuAccelerated() {

Callers 1

mainFunction · 0.70

Calls 3

initCustomQuESTEnvFunction · 0.85
reportStrFunction · 0.85
reportQuESTEnvFunction · 0.85

Tested by

no test coverage detected