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 Studio 1.1.0
pts/ospray-studio-1.1.0
- 29 June 2022 -
Update against OSPRay Studio 0.11 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ospray/ospray_studio/archive/refs/tags/v0.11.0.tar.gz</URL> <MD5>a60b3855f212147fc75b1abe83d6281d</MD5> <SHA256>fc25d181e8e5d7bf4b2f699652c33fa4dedfbaf38d87d24a0af1f8fccd8b2ed5</SHA256> <FileName>ospray_studio-0.11.0.tar.gz</FileName> <FileSize>1583409</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/OSPRayStudio-Room-Scene-2.zip</URL> <MD5>3174279cb05abe626a819560a7a17a43</MD5> <SHA256>59549ebf656519f0604a2c5cf3f4479575fb7f978bfe225a7c2c10ab4adbf056</SHA256> <FileName>OSPRayStudio-Room-Scene-2.zip</FileName> <FileSize>292645205</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OSPRayStudio-Room-Scene-2.zip tar -xf ospray_studio-0.11.0.tar.gz cd ospray_studio-0.11.0 # Workarounds sed -i 's/add_subdirectory(tests)/ /g' sg/CMakeLists.txt echo "diff --git app/Batch.cpp.orig app/Batch.cpp index 6546b26..3ab06e5 100644 --- app/Batch.cpp.orig +++ app/Batch.cpp @@ -215,6 +215,7 @@ bool BatchContext::parseCommandLine() int ac = studioCommon.argc; const char **av = studioCommon.argv; +#if 0 // Allow Batch command-line arguments for Benchmark testing // if sgFile is being imported then disable BatchContext::addToCommandLine() if (ac > 1) { for (int i = 1; i < ac; ++i) { @@ -232,6 +233,7 @@ bool BatchContext::parseCommandLine() } } } +#endif std::shared_ptr<CLI::App> app = std::make_shared<CLI::App>(\"OSPRay Studio Batch\"); StudioContext::addToCommandLine(app); diff --git cmake/rkcommon.cmake.orig cmake/rkcommon.cmake index 183ce9a..2f779be 100644 --- cmake/rkcommon.cmake.orig +++ cmake/rkcommon.cmake @@ -32,6 +32,9 @@ else() set(RKCOMMON_TBB_ROOT \${TBB_ROOT} CACHE INTERNAL \"ensure rkcommon finds dependent tbb\") set(BUILD_TESTING OFF CACHE INTERNAL \"disable testing for rkcommon\") + ## Build rkcommon as a static lib, to prevent conflict with rkcommon binary shipped with OSPRay + set(BUILD_SHARED_LIBS OFF CACHE BOOL \"\" FORCE) + FetchContent_Declare( rkcommon GIT_REPOSITORY \"\${RKCOMMON_GIT_REPOSITORY}\"" > workaround.patch patch -p0 < workaround.patch mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh export PATH=\$HOME/ospray_studio-0.11.0/build/:\$PATH cd OSPRayStudio-Room-Scene/ ospStudio benchmark --denoiser --format jpg --forceRewrite \$@ RoomScene.sg > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ospray-studio chmod +x ospray-studio
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>OSPRay Studio Benchmark #_RESULT_# ms 7082 ms 1</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <TestInformation> <Title>OSPRay Studio</Title> <AppVersion>0.11</AppVersion> <Description>Intel OSPRay Studio is an open-source, interactive visualization and ray-tracing software package. OSPRay Studio makes use of Intel OSPRay, a portable ray-tracing engine for high-performance, high-fidelity visualizations. OSPRay builds off Intel's Embree and Intel SPMD Program Compiler (ISPC) components as part of the oneAPI rendering toolkit.</Description> <ResultScale>ms</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, xorg-development, glew</ExternalDependencies> <InstallRequiresInternet>TRUE</InstallRequiresInternet> <EnvironmentSize>645</EnvironmentSize> <ProjectURL>http://www.ospray.org/ospray_studio/</ProjectURL> <RepositoryURL>https://github.com/ospray/ospray_studio/</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> --benchmark_min_time=60</PostArguments> </Default> <Option> <DisplayName>Camera</DisplayName> <Identifier>camera</Identifier> <ArgumentPrefix>--cameras </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1 1</Value> </Entry> <Entry> <Name>2</Name> <Value>2 2</Value> </Entry> <Entry> <Name>3</Name> <Value>3 3</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>resolution</Identifier> <ArgumentPrefix>--resolution </ArgumentPrefix> <Menu> <Entry> <Name>1080p</Name> <Value>1920 1080</Value> </Entry> <Entry> <Name>4K</Name> <Value>3840 2160</Value> <Message>More time consuming, useful for larger core count servers</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Samples Per Pixel</DisplayName> <Identifier>spp</Identifier> <ArgumentPrefix>--spp </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>16</Name> <Value>16</Value> </Entry> <Entry> <Name>32</Name> <Value>32</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix>--renderer </ArgumentPrefix> <Menu> <Entry> <Name>Path Tracer</Name> <Value>pathtracer</Value> <Message>Supports soft shadows, indirect illumination and realistic materials.</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>