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.3.0
pts/paraview-1.3.0
- 25 June 2022 -
Update against ParaView 5.10.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.paraview.org/files/v5.10/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz</URL> <MD5>fa3068b69021cb6af30558c0a3784a97</MD5> <SHA256>af2453b9803ddde1cd17f4caad04bcc19ea953fb197aab9899932eee93fa17df</SHA256> <FileName>ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz</FileName> <FileSize>734085033</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://www.paraview.org/files/v5.10/ParaView-5.10.1-Windows-Python3.9-msvc2017-AMD64.zip</URL> <MD5>bae6ee1afb6441b3b684ad96ca9a431f</MD5> <SHA256>7b1511a7e6a515ccad26571e2e04a23f9fa04fbd46774dfcd99af4aef8299818</SHA256> <FileName>ParaView-5.10.1-Windows-Python3.9-msvc2017-AMD64.zip</FileName> <FileSize>588456567</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://www.paraview.org/files/v5.10/ParaView-5.10.1-MPI-OSX10.13-Python3.9-x86_64.dmg</URL> <MD5>6b63581a0be96fada36665b676d9ad43</MD5> <SHA256>21d28f0bfd4129a5e394990e981ad79d27c4613f3da9f171417c17af785ebcba</SHA256> <FileName>ParaView-5.10.1-MPI-OSX10.13-Python3.9-x86_64.dmg</FileName> <FileSize>403026085</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz echo "#!/bin/sh cd ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/ ./pvpython \$HOME/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/lib/python3.9/site-packages/paraview/benchmark/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > paraview chmod +x paraview
install_macosx.sh
#!/bin/sh /System/Library/CoreServices/DiskImageMounter.app/Contents/MacOS/DiskImageMounter ParaView-5.10.1-MPI-OSX10.13-Python3.9-x86_64.dmg echo "#!/bin/sh /Applications/ParaView-5.10.1.app/Contents/bin/pvpython /Applications/ParaView-5.10.1.app/Contents/Python/paraview/benchmark/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > paraview chmod +x paraview
install_windows.sh
#!/bin/sh unzip -o ParaView-5.10.1-Windows-Python3.9-msvc2017-AMD64.zip echo "#!/bin/sh cd ParaView-5.10.1-Windows-Python3.9-msvc2017-AMD64/bin ./pvpython Lib/site-packages/paraview/benchmark/\$@ > \$LOG_FILE" > paraview chmod +x paraview # echo "You may need to manually install Microsoft MPI if not already done so for this test to run: http://go.microsoft.com/FWLink/p/?LinkID=389556" > ~/install-message
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <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> <Importance>Secondary</Importance> </ResultsParser> <ResultsParser> <OutputTemplate>MiVoxels / Sec: #_RESULT_#</OutputTemplate> <LineHint>MiVoxels</LineHint> <ResultScale>MiVoxels / Sec</ResultScale> <Importance>Secondary</Importance> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <TestInformation> <Title>ParaView</Title> <AppVersion>5.10.1</AppVersion> <Description>This test runs ParaView benchmarks: an open-source data analytics and visualization application. Paraview describes itself as "an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques."</Description> <ResultScale>Frames / Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>python</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>1600</EnvironmentSize> <ProjectURL>https://www.paraview.org/</ProjectURL> <RepositoryURL>https://github.com/Kitware/ParaView</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>Many Spheres</Name> <Value>manyspheres.py -s 100 -r 726 -f 600</Value> </Entry> <Entry> <Name>Wavelet Contour</Name> <Value>waveletcontour.py -d 256 -f 600</Value> </Entry> <Entry> <Name>Wavelet Volume</Name> <Value>waveletvolume.py -d 256 -f 600</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix>-v </ArgumentPrefix> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>$VIDEO_WIDTH,$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>