Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Blender
PostgreSQL
AOM AV1
Neural Magic DeepSparse
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
NCNN
srsRAN Project
VVenC
x265
RELION
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
SPECViewPerf 10.1 1.3.0
pts/specviewperf10-1.3.0
- 13 April 2015 -
Patch for SPECViewPerf 10.1 provided by NVIDIA.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.8.0m1 (Belev)--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.spec.org/dist/gpc/opc/viewperf/unix/SPECViewperf10.tgz</URL> <MD5>73eea64f6f9702a78795d0d42843b7fe</MD5> <SHA256>012119fdeca12a471eeec83e262f3e05887a0e49ef1bc21efed2d1b5bd5c2920</SHA256> <FileSize>613587625</FileSize> <PlatformSpecific>Linux, Solaris</PlatformSpecific> </Package> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/SPECViewperf101.diff.tar.bz2</URL> <MD5>2bab49d8625516dda667da92fa236206</MD5> <SHA256>e22aa227982c100776ad584c31ae6cb33d77efd2cda1b680cec4d1162d2502c9</SHA256> <FileSize>6862</FileSize> <PlatformSpecific>Linux, Solaris</PlatformSpecific> </Package> <Package> <URL>http://files.3dnews.org/pub/soft/bench/system/SPECViewperf10.exe, ftp://files.3dnews.ru/pub/soft/bench/system/SPECViewperf10.exe, ftp://ftp.spec.org/dist/gpc/opc/viewperf/SPECViewperf10.exe</URL> <MD5>45cdfa71a2a2b8caaa6cd26e433a91b3</MD5> <FileSize>615885705</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf SPECViewperf10.1 tar -xf SPECViewperf10.tgz tar xfj SPECViewperf101.diff.tar.bz2 mv SPECViewperf10 SPECViewperf10.0 patch -p0 < SPECViewperf101.diff mv SPECViewperf10.0 SPECViewperf10.1 cd SPECViewperf10.1/viewperf/viewperf10.0/src/ sed -i 's/#undef BETA_VERSION/#define BETA_VERSION 0/g' viewperf.h (cd vpaux/libtk;make clean;make) (cd vpaux/libaux;make clean;make) if [ "$OS_TYPE" = "Solaris" ]; then echo 4|./Configure elif [ "$OS_ARCH" = "x86_64" ]; then echo 3|./Configure else echo 1|./Configure fi cd ~ echo "#!/bin/sh cd SPECViewperf10.1/viewperf/viewperf10.0/ echo \"screenHeight \$2 screenWidth \$1\" > viewperf.config ./Run_\$3.csh cat results/\$3-*/*result.txt > \$LOG_FILE" > specviewperf10 chmod +x specviewperf10
install_windows.sh
#!/bin/sh echo "#!/bin/sh cd \"C:\Program Files\SPECopc\SPECViewperf\viewperf\viewperf10.0-x64\" echo \"screenHeight \$2 screenWidth \$1\" > viewperf.config Run_\$3.bat cat results/\$3-*/*result.txt > \$LOG_FILE" > specviewperf10 chmod +x specviewperf10 SPECViewperf10.exe
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.8.0m1 (Belev)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>* Composite Score : #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.8.0m1 (Belev)--> <PhoronixTestSuite> <TestInformation> <Title>SPECViewPerf 10.1</Title> <Description>This test runs SPECViewPerf 10.1, which is made up of real-world OpenGL workstation tests such as 3DS Max, CATIA, Maya, Pro/Engineer, and SolidWorks. SPECViewPerf 10.0 features full-scene anti-aliasing and multi-threading support over SPECViewPerf 9.0.</Description> <ResultScale>Weighted Geometric Mean</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, glut, csh, libpng-development</ExternalDependencies> <EnvironmentSize>1600</EnvironmentSize> <ProjectURL>http://www.spec.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>$VIDEO_WIDTH $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>SPECViewPerf Test</DisplayName> <Identifier>run-test</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>3dsmax-04</Name> <Value>3dsmax</Value> </Entry> <Entry> <Name>catia-02</Name> <Value>catia</Value> </Entry> <Entry> <Name>ensight-03</Name> <Value>ensight</Value> </Entry> <Entry> <Name>maya-02</Name> <Value>maya</Value> </Entry> <Entry> <Name>proe-04</Name> <Value>proe</Value> </Entry> <Entry> <Name>sw-01</Name> <Value>sw</Value> </Entry> <Entry> <Name>tcvis-01</Name> <Value>tcvis</Value> </Entry> <Entry> <Name>ugnx-01</Name> <Value>ugnx</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>