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

Method commit

modules/mpi/ospray/MPIOffloadDevice.cpp:287–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285///////////////////////////////////////////////////////////////////////////
286
287void MPIOffloadDevice::commit()
288{
289 Device::commit();
290 // MPI Device defaults to not setting affinity
291 if (threadAffinity == AUTO_DETECT) {
292 threadAffinity = DEAFFINITIZE;
293 }
294
295 if (!initialized)
296 initializeDevice();
297}
298
299///////////////////////////////////////////////////////////////////////////
300// Device Implementation //////////////////////////////////////////////////

Callers 14

mainFunction · 0.45
PerformRenderTestMethod · 0.45
SetUpMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
makeLocalSpheresFunction · 0.45
mainFunction · 0.45
makeLocalVolumeFunction · 0.45
mainFunction · 0.45
makeLocalVolumeFunction · 0.45
startNewOSPRayFrameMethod · 0.45

Calls 3

findMethod · 0.80
commitFunction · 0.50
endMethod · 0.45

Tested by 3

mainFunction · 0.36
PerformRenderTestMethod · 0.36
SetUpMethod · 0.36