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

Function syncQuESTEnv

quest/src/api/environment.cpp:451–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450
451void syncQuESTEnv() {
452 validate_envIsInit(__func__);
453
454 if (globalEnvPtr->isGpuAccelerated)
455 gpu_sync();
456
457 if (globalEnvPtr->isDistributed)
458 comm_sync();
459}
460
461
462void reportQuESTEnv() {

Callers 10

SECTIONFunction · 0.85
SECTIONFunction · 0.85
areEqualFunction · 0.85
toQMatrixFunction · 0.85
toQVectorFunction · 0.85
toQuregFunction · 0.85
writeToFileSynchFunction · 0.85

Calls 3

validate_envIsInitFunction · 0.85
gpu_syncFunction · 0.85
comm_syncFunction · 0.85

Tested by 6

areEqualFunction · 0.68
toQMatrixFunction · 0.68
toQVectorFunction · 0.68
toQuregFunction · 0.68
writeToFileSynchFunction · 0.68