Good to see that the problem is solved. Usually ssh -X ... is sufficient though, maybe there is something special with your installation/setup?
The extra set_gpu_enabled() call in #6 is a known problem and will be fixed in the next release.
Good to see that the problem is solved. Usually ssh -X ... is sufficient though, maybe there is something special with your installation/setup?
The extra set_gpu_enabled() call in #6 is a known problem and will be fixed in the next release.
My first feedback on using the integration framework:
I've tried to integrate the startup and shutdown into our own codebase and the neuray interface failed to startup for the same reason mentioned above: It could not find a pro GPU.
Pasting the GPU enable call into the code as well did the trick.
So I think this should be considered for the next release of the integration toolkit. Adding these lines help to get evaluation testing going. I can't see how the sample would work without the GPU enabled if you just run it under "evaluation" license.