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

Function internalDeviceErrorFunc

modules/mpi/ospray/MPIDistributedDevice.cpp:198–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198static void internalDeviceErrorFunc(
199 void *, const OSPError code, const char *str)
200{
201 postStatusMsg() << "#OSPRay MPI InternalDevice: internal error " << code
202 << " : " << str;
203 throw std::runtime_error(
204 "OSPRay MPIInternalDevice internal error '" + std::string(str) + "'");
205}
206
207void MPIDistributedDevice::commit()
208{

Callers

nothing calls this directly

Calls 1

postStatusMsgFunction · 0.85

Tested by

no test coverage detected