MCPcopy Create free account
hub / github.com/RenderKit/ospray / isRunning

Function isRunning

modules/mpi/common/maml/maml.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45OSPRAY_MPI_COMMON_EXPORT bool isRunning()
46{
47 return Context::singleton && Context::singleton->isRunning();
48}
49
50OSPRAY_MPI_COMMON_EXPORT void stop()
51{

Callers 2

asyncMessagingEnabledFunction · 0.85
startMethod · 0.85

Calls 1

isRunningMethod · 0.80

Tested by

no test coverage detected