Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
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.2.0
pts/specviewperf10-1.2.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.spec.org/dist/gpc/opc/viewperf/unix/SPECViewperf10.tgz, ftp://spec.unipv.it/dist/gpc/opc/viewperf/unix/SPECViewperf10.tgz, ftp://ftpsv1.u-aizu.ac.jp/pub/spec/dist/gpc/opc/viewperf/unix/SPECViewperf10.tgz</URL> <MD5>73eea64f6f9702a78795d0d42843b7fe</MD5> <FileSize>613587625</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 tar -xvf SPECViewperf10.tgz cd SPECViewperf10/viewperf/viewperf10.0/src/ (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 $1 echo "#!/bin/sh cd SPECViewperf10/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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>* Composite Score : #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>SPECViewPerf 10</Title> <Description>This test runs SPECViewPerf 10.0, 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.2.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> <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> <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>