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

Function demo_all

examples/isolated/reporting_environments.cpp:74–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74void demo_all() {
75
76 int useDistrib = 1;
77 int useGpuAccel = 1;
78 int useMultithread = 1;
79
80 initCustomQuESTEnv(useDistrib, useGpuAccel, useMultithread);
81
82 reportStr("all");
83 reportQuESTEnv();
84}
85
86
87void demo_auto() {

Callers 1

mainFunction · 0.70

Calls 3

initCustomQuESTEnvFunction · 0.85
reportStrFunction · 0.85
reportQuESTEnvFunction · 0.85

Tested by

no test coverage detected