RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1k stars 182 forks source link

Benchmark fails with exit code 1 on windows10 x64 #325

Closed 111alan closed 5 years ago

111alan commented 5 years ago

Just begun to mess around with ospray to do a performance test. Most scenes and tool in the bin folder(example viewer, spheres, bouncing spheres, structuredvolume, subdivision and unstructuredvolume) works without problem, but the ospbenchmark.exe and runbenchmark.py fails. I was able to captured the screen quickly enough and saw the fail message with exit code 1.

I already tried installing TBB, embree and opengl, even mpi library. Is there anything else I could do to fix this?

Currently using a precompiled 1.8.5 zip package. The CPU is xeon platinum 8180 for now. Thank you.

ospray

jeffamstutz commented 5 years ago

It appears that these scripts assume that ospBenchmark is on your PATH when invoked. Can you run ospBenchmark.exe manually?

111alan commented 5 years ago

I didn't noticed that I have to move the batch file to the bin folder to get it working until I look into the file. Thank you for the attention :X