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.12.0
pts/ospray-2.12.0
- 19 June 2023 -
Update against OSPRay 2.12 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.linux.tar.gz</URL> <MD5>e3d93d762ae209a19514fe0896ac0ead</MD5> <SHA256>0ac7adc1a8e9ac5417b9b11bf87d3830ad716e68e89412a4596de91efbe75654</SHA256> <FileName>ospray-2.12.0.x86_64.linux.tar.gz</FileName> <FileSize>63034980</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.windows.zip</URL> <MD5>b28ed710fc1df277ba9c44f3ace64885</MD5> <SHA256>c8f5ef8c279a8fb0e63de39471bce4c356c0fb4ad452e1cc9517b12bf406036</SHA256> <FileName>ospray-2.12.0.x86_64.windows.zip</FileName> <FileSize>56991931</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.macosx.zip</URL> <MD5>0897b59184347b7eb60633a4313ad1eb</MD5> <SHA256>8d3c3f8b714f2fd0cf09718645d09b38961cb86bc53c259ad51af5938b0c1996</SHA256> <FileName>ospray-2.12.0.x86_64.macosx.zip</FileName> <FileSize>53453863</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ospray-2.12.0.x86_64.linux.tar.gz echo "#!/bin/sh cd ospray-2.12.0.x86_64.linux/bin ./ospBenchmark --benchmark_min_time=30 \$@ > \$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.12.0.x86_64.macosx.zip echo "#!/bin/sh cd ospray-2.12.0.x86_64.macosx/bin ./ospBenchmark --benchmark_min_time=30 \$@ > \$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.12.0.x86_64.windows.zip echo "#!/bin/sh cd ospray-2.12.0.x86_64.windows/bin ./ospBenchmark.exe --benchmark_min_time=30 \$@ > \$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.4--> <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.4--> <PhoronixTestSuite> <TestInformation> <Title>OSPRay</Title> <AppVersion>2.12</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.12.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>