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

Function demo_distributed

examples/isolated/reporting_environments.cpp:61–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61void demo_distributed() {
62
63 int useDistrib = 1;
64 int useGpuAccel = 0;
65 int useMultithread = 0;
66
67 initCustomQuESTEnv(useDistrib, useGpuAccel, useMultithread);
68
69 reportStr("distributed");
70 reportQuESTEnv();
71}
72
73
74void demo_all() {

Callers 1

mainFunction · 0.70

Calls 3

initCustomQuESTEnvFunction · 0.85
reportStrFunction · 0.85
reportQuESTEnvFunction · 0.85

Tested by

no test coverage detected