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

Function demo_serial

examples/isolated/reporting_environments.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22void demo_serial() {
23
24 int useDistrib = 0;
25 int useGpuAccel = 0;
26 int useMultithread = 0;
27
28 initCustomQuESTEnv(useDistrib, useGpuAccel, useMultithread);
29
30 reportStr("serial");
31 reportQuESTEnv();
32}
33
34
35void demo_multithreaded() {

Callers 1

mainFunction · 0.70

Calls 3

initCustomQuESTEnvFunction · 0.85
reportStrFunction · 0.85
reportQuESTEnvFunction · 0.85

Tested by

no test coverage detected