Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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 2.10.0
pts/ospray-2.10.0
- 25 June 2022 -
Update against OSPRay 2.10 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ospray/ospray/releases/download/v2.10.0/ospray-2.10.0.x86_64.linux.tar.gz</URL> <MD5>e6c3ce503d3ade36992e3ab041c4462c</MD5> <SHA256>1dfdabf2971c279d1a1047a5baf61f9c8c57a063ae3535c72319493a3a27a428</SHA256> <FileName>ospray-2.10.0.x86_64.linux.tar.gz</FileName> <FileSize>84315427</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ospray/ospray/releases/download/v2.10.0/ospray-2.10.0.x86_64.windows.zip</URL> <MD5>a5e0039658fefbeb6c017df3135e525e</MD5> <SHA256>4405315b683d5ee929a0b9cf2bde148838e8b7d30be90d374da7f62898eb40e6</SHA256> <FileName>ospray-2.10.0.x86_64.windows.zip</FileName> <FileSize>80762342</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/ospray/ospray/releases/download/v2.10.0/ospray-2.10.0.x86_64.macosx.zip</URL> <MD5>e6432d7289ef06e7aaffacaa0a787cd3</MD5> <SHA256>ac4aeeb1d53a31dad90164b50bd33d174e9126801f449a92f6061f74e8798f2a</SHA256> <FileName>ospray-2.10.0.x86_64.macosx.zip</FileName> <FileSize>78866932</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ospray-2.10.0.x86_64.linux.tar.gz echo "#!/bin/sh cd ospray-2.10.0.x86_64.linux/bin ./ospBenchmark --benchmark_min_time=60 \$@ > \$LOG_FILE 2>&1 sed -i 's/=/ /' \$LOG_FILE echo \$? > ~/test-exit-status" > ospray chmod +x ospray
install_macosx.sh
#!/bin/sh unzip -o ospray-2.10.0.x86_64.macosx.zip echo "#!/bin/sh cd ospray-2.10.0.x86_64.macosx/bin ./ospBenchmark --benchmark_min_time=60 \$@ > \$LOG_FILE 2>&1 sed -i 's/=/ /' \$LOG_FILE echo \$? > ~/test-exit-status" > ospray chmod +x ospray
install_windows.sh
#!/bin/sh unzip -o ospray-2.10.0.x86_64.windows.zip echo "#!/bin/sh cd ospray-2.10.0.x86_64.windows/bin ./ospBenchmark.exe --benchmark_min_time=60 \$@ > \$LOG_FILE 2>&1 sed -i 's/=/ /' \$LOG_FILE echo \$? > ~/test-exit-status" > ospray chmod +x ospray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>random_spheres/pathtracer/real_time 25.2 ms 25.1 ms 28 items_per_second #_RESULT_#</OutputTemplate> <LineHint>items_per_second</LineHint> <StripFromResult>/s</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <TestInformation> <Title>OSPRay</Title> <AppVersion>2.10</AppVersion> <Description>Intel OSPRay is a portable ray-tracing engine for high-performance, high-fidelity scientific visualizations. OSPRay builds off Intel's Embree and Intel SPMD Program Compiler (ISPC) components as part of the oneAPI rendering toolkit.</Description> <ResultScale>Items Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.10.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>152</EnvironmentSize> <ProjectURL>https://www.ospray.org/</ProjectURL> <RepositoryURL>https://github.com/ospray/ospray</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix>--benchmark_filter=</ArgumentPrefix> <Menu> <Entry> <Name>gravity_spheres_volume/dim_512/ao/real_time</Name> <Value>gravity_spheres_volume/dim_512/ao/real_time</Value> </Entry> <Entry> <Name>gravity_spheres_volume/dim_512/scivis/real_time</Name> <Value>gravity_spheres_volume/dim_512/scivis/real_time</Value> </Entry> <Entry> <Name>gravity_spheres_volume/dim_512/pathtracer/real_time</Name> <Value>gravity_spheres_volume/dim_512/pathtracer/real_time</Value> </Entry> <Entry> <Name>particle_volume/ao/real_time</Name> <Value>particle_volume/ao/real_time</Value> </Entry> <Entry> <Name>particle_volume/scivis/real_time</Name> <Value>particle_volume/scivis/real_time</Value> </Entry> <Entry> <Name>particle_volume/pathtracer/real_time</Name> <Value>particle_volume/pathtracer/real_time</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>