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
SPECViewPerf 9 1.1.0
pts/specviewperf9-1.1.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/SPECViewperf9.0.3.tar.gz, ftp://spec.unipv.it/dist/gpc/opc/viewperf/unix/SPECViewperf9.0.3.tar.gz, ftp://ftpsv1.u-aizu.ac.jp/pub/spec/dist/gpc/opc/viewperf/unix/SPECViewperf9.0.3.tar.gz</URL> <MD5>1651c5c99cbc724bfdbb6cf70220502d</MD5> <FileSize>654727464</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf SPECViewperf9.0.3.tar.gz cd SPECViewperf9.0/src 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 SPECViewperf9.0/ if [ ! -e sum_results ] then mkdir sum_results fi if [ ! -e backup_results ] then mkdir backup_results fi case \"\$1\" in \"3dsmax\") if [ ! -e sum_results/3dsmax ] then mkdir sum_results/3dsmax fi ./Run_Viewset.csh 3dsmax-04 3dsmax results > /dev/null 2>&1 cat sum_results/3dsmax/summary.txt > \$LOG_FILE ;; \"catia\") if [ ! -e sum_results/catia ] then mkdir sum_results/catia fi ./Run_Viewset.csh catia-02 catia results > /dev/null 2>&1 cat sum_results/catia/summary.txt > \$LOG_FILE ;; \"ensight\") if [ ! -e sum_results/ensight ] then mkdir sum_results/ensight fi ./Run_Viewset.csh ensight-03 ensight results > /dev/null 2>&1 cat sum_results/ensight/summary.txt > \$LOG_FILE ;; \"light\") if [ ! -e sum_results/light ] then mkdir sum_results/light fi ./Run_Viewset.csh light-08 light results > /dev/null 2>&1 cat sum_results/light/summary.txt > \$LOG_FILE ;; \"maya\") if [ ! -e sum_results/maya ] then mkdir sum_results/maya fi ./Run_Viewset.csh maya-02 maya results > /dev/null 2>&1 cat sum_results/maya/summary.txt > \$LOG_FILE ;; \"proe\") if [ ! -e sum_results/proe ] then mkdir sum_results/proe fi ./Run_Viewset.csh proe-04 proe results > /dev/null 2>&1 cat sum_results/proe/summary.txt > \$LOG_FILE ;; \"sw\") if [ ! -e sum_results/sw ] then mkdir sum_results/sw fi ./Run_Viewset.csh sw-01 sw results > /dev/null 2>&1 cat sum_results/sw/summary.txt > \$LOG_FILE ;; \"ugnx\") if [ ! -e sum_results/ugnx ] then mkdir sum_results/ugnx fi ./Run_Viewset.csh ugnx-01 ugnx results > /dev/null 2>&1 cat sum_results/ugnx/summary.txt > \$LOG_FILE ;; \"tcvis\") if [ ! -e sum_results/tcvis ] then mkdir sum_results/tcvis fi ./Run_Viewset.csh tcvis-01 tcvis results > /dev/null 2>&1 cat sum_results/tcvis/summary.txt > \$LOG_FILE ;; esac " > specviewperf9 chmod +x specviewperf9
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>light-08 Weighted Geometric Mean = #_RESULT_#</OutputTemplate> <LineHint>Weighted Geometric Mean</LineHint> </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 9</Title> <Description>This test runs SPECViewPerf 9.0, which is made up of real-world OpenGL workstation tests such as 3DS Max, CATIA, Maya, Pro/Engineer, and SolidWorks.</Description> <ResultScale>Weighted Geometric Mean</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, glut, csh, libpng-development</ExternalDependencies> <EnvironmentSize>1800</EnvironmentSize> <ProjectURL>http://www.spec.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <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>light-08</Name> <Value>light</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>ugnx-01</Name> <Value>ugnx</Value> </Entry> <Entry> <Name>tcvis-01</Name> <Value>tcvis</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>