Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
OSPray 1.0.2
pts/ospray-1.0.2
- 30 September 2019 -
Windows script is now working fine.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://github.com/ospray/ospray/releases/download/v1.8.5/ospray-1.8.5.x86_64.linux.tar.gz</URL> <MD5>675354931320d70a13ec1d0c11ae902e</MD5> <SHA256>9cf14448f02d65cdbeafb71ffaefc708b14d849ffcc049033c0e6dd151c83c98</SHA256> <FileName>ospray-1.8.5.x86_64.linux.tar.gz</FileName> <FileSize>62420784</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://github.com/ospray/ospray/releases/download/v1.8.5/ospray-1.8.5.windows.zip</URL> <MD5>9d92f50aa1d382d04cc1fbefeeaa082a</MD5> <SHA256>c0ac0acd0605dd7f639d79faf5255dd40585cfcee496b342dd02535689cf52bd</SHA256> <FileName>ospray-1.8.5.windows.zip</FileName> <FileSize>55187206</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.sdvis.org/ospray/download/demos/sanm.zip</URL> <MD5>8af7b3f01c8fe213c10a75f38e432e74</MD5> <SHA256>f50b9da8c01c052928d53cac4baeb40eb6c2f2228ea9207e6d9ed77ea9c8c64c</SHA256> <FileName>sanm.zip</FileName> <FileSize>360135521</FileSize> <Optional>TRUE</Optional> </Package> <Package> <URL>http://www.pauldebevec.com/Probes/rnl_probe.pfm</URL> <MD5>427a22eeade80acd716f3da88e848349</MD5> <SHA256>d52b30e5ba43902a5b720f773cfcdb84839c8192791116bff558362788f3f91f</SHA256> <FileName>rnl_probe.pfm</FileName> <FileSize>9720021</FileSize> <Optional>TRUE</Optional> </Package> <Package> <URL>http://www.sdvis.org/ospray/download/demos/MagneticReconnection/magnetic-512-volume.tar.bz2</URL> <MD5>960b4f059c34edc274009cd241dcb1f2</MD5> <SHA256>de5e7f16dbe8b8be88eca4adf80cd083c9563d643179f9b7d4857c112e4a207e</SHA256> <FileName>magnetic-512-volume.tar.bz2</FileName> <FileSize>449011254</FileSize> <Optional>TRUE</Optional> </Package> <Package> <URL>http://www.sdvis.org/ospray/download/demos/XFrogForest/xfrog-forest.tar.bz2</URL> <MD5>7e51b51c68941acc0618d47d57d65ef7</MD5> <SHA256>12542419f89f77dc7fb418d615251395997079a109e6412d54e2bbd2531e60e4</SHA256> <FileName>xfrog-forest.tar.bz2</FileName> <FileSize>113656999</FileSize> <Optional>TRUE</Optional> </Package> <Package> <URL>http://www.sdvis.org/ospray/download/demos/NASA-B-field-sun/NASA-B-field-sun.osx</URL> <MD5>809efc66a6f1e9b9729a5900e8ded40e</MD5> <SHA256>906f220b0639e49f855c294d5e3ab533a395e31d07e4be2f674a03dd226b4d23</SHA256> <FileName>NASA-B-field-sun.osx</FileName> <FileSize>191259940</FileSize> <Optional>TRUE</Optional> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ospray-1.8.5.x86_64.linux.tar.gz unzip -o sanm.zip tar -xf magnetic-512-volume.tar.bz2 tar -xf xfrog-forest.tar.bz2 echo "#!/bin/sh ./ospray-1.8.5.x86_64.linux/bin/ospBenchmark \$@ --osp:numthreads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ospray chmod +x ospray
install_windows.sh
#!/bin/sh unzip -o ospray-1.8.5.windows.zip unzip -o embree-3.6.1.x64.vc14.windows.zip unzip -o sanm.zip tar -xf magnetic-512-volume.tar.bz2 tar -xf xfrog-forest.tar.bz2 echo "#!/bin/sh ./ospray-1.8.5.windows/bin/ospBenchmark.exe \$@ --osp:numthreads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ospray chmod +x ospray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> max: #_MIN_RESULT_# min: #_MAX_RESULT_# median: #_RESULT_# </OutputTemplate> <DivideResultDivisor>1000</DivideResultDivisor> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0--> <PhoronixTestSuite> <TestInformation> <Title>OSPray</Title> <AppVersion>1.8.5</AppVersion> <Description>Intel OSPray is a portable ray-tracing engine for high-performance, high-fidenlity scientific visualizations. OSPray builds off Intel's Embree and Intel SPMD Program Compiler (ISPC) components as part of the oneAPI rendering toolkit.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>1400</EnvironmentSize> <ProjectURL>http://www.embree.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> --warmup 10 --bench 200</PostArguments> </Default> <Option> <DisplayName>Demo</DisplayName> <Identifier>demo</Identifier> <Menu> <Entry> <Name>Magnetic Reconnection</Name> <Value>magnetic-512-volume/magnetic-512-volume.osp</Value> </Entry> <Entry> <Name>XFrog Forest</Name> <Value>xfrog-forest.xml</Value> </Entry> <Entry> <Name>NASA Streamlines</Name> <Value>NASA-B-field-sun.osx</Value> </Entry> <Entry> <Name>San Miguel</Name> <Value>sanm/sanm.obj -vp 22.958788 3.204613 2.712676 -vu 0.000000 1.000000 0.000000 -vi 12.364944 0.176316 4.009342 -sg:sun:intensity=4.0 -sg:sun:direction=0,-1,0 -sg:bounce:intensity=0.0 --hdri-light rnl_probe.pfm -sg:hdri:intensity=1.25</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix>--renderer </ArgumentPrefix> <Menu> <Entry> <Name>SciVis</Name> <Value>scivis</Value> <Message>A fast ray-tracer for scientific visualizations.</Message> </Entry> <Entry> <Name>Path Tracer</Name> <Value>pathtracer</Value> <Message>Supports soft shadows, indirect illumination and realistic materials.</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>