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
ParaView 1.0.1
pts/paraview-1.0.1
- 02 March 2018 -
Add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.paraview.org/files/v5.4/ParaView-5.4.1-Qt5-OpenGL2-MPI-Linux-64bit.tar.gz</URL> <MD5>f9d9626e7b60bdb0e8f0b6ccb49525bb</MD5> <SHA256>e0848896ee9ca0e2d52efcb4e6435a56bc352e30d23f0cc3fc542b44424c357a</SHA256> <FileSize>308327272</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.paraview.org/files/v5.4/ParaView-5.4.1-Qt5-OpenGL2-MPI-Windows-64bit.zip</URL> <MD5>ea89cb92c0115599d031959cc87c57c8</MD5> <SHA256>622aab58f10e6edd44863295464879b5523db0ff5bc6dff289d9343b20937fbe</SHA256> <FileSize>307175856</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ParaView-5.4.1-Qt5-OpenGL2-MPI-Linux-64bit.tar.gz echo "#!/bin/sh cd ParaView-5.4.1-Qt5-OpenGL2-MPI-Linux-64bit/bin ./pvpython \$HOME/ParaView-5.4.1-Qt5-OpenGL2-MPI-Linux-64bit/lib/python2.7/site-packages/paraview/benchmark/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > paraview chmod +x paraview
install_windows.sh
#!/bin/sh unzip -o ParaView-5.4.1-Qt5-OpenGL2-MPI-Windows-64bit.zip echo "#!/bin/sh cd ParaView-5.4.1-Qt5-OpenGL2-MPI-Windows-64bit/bin ./pvpython Lib/site-packages/paraview/benchmark/\$@ > \$LOG_FILE" > paraview chmod +x paraview
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Frames / Sec: #_RESULT_#</OutputTemplate> <ResultScale>Frames / Sec</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>MiPolys / Sec: #_RESULT_#</OutputTemplate> <LineHint>MiPolys</LineHint> <ResultScale>MiPolys / Sec</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>MiVoxels / Sec: #_RESULT_#</OutputTemplate> <LineHint>MiVoxels</LineHint> <ResultScale>MiVoxels / Sec</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>ParaView</Title> <AppVersion>5.4.1</AppVersion> <Description>This test runs ParaView benchmarks: an open-source data analytics and visualization application.</Description> <ResultScale>Frames / Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>794</EnvironmentSize> <ProjectURL>http://www.paraview.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Many Spheres</Name> <Value>manyspheres.py -s 100 -r 726 -f 30</Value> <Message></Message> </Entry> <Entry> <Name>Wavelet Contour</Name> <Value>waveletcontour.py -d 256 -f 30</Value> <Message></Message> </Entry> <Entry> <Name>Wavelet Volume</Name> <Value>/waveletvolume.py -d 256 -f 30</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix>-v </ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>$VIDEO_WIDTH,$VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>