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
Parboil 1.0.1
pts/parboil-1.0.1
- 22 January 2013 -
Change perl dependency to python external dependency.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m0 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pb2.5benchmarks.tgz</URL> <MD5>8160be87912b80d830481b176b3d3aa7</MD5> <FileSize>2543967</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pb2.5driver.tgz</URL> <MD5>539eeb4347bead5f8bdbb9b847a97575</MD5> <FileSize>47770</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pb2.5datasets_standard.tgz</URL> <MD5>d8c6fb1690d62e52ed79bf4f86ac6006</MD5> <FileSize>370753945</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf pb2.5driver.tgz tar -zxvf pb2.5datasets_standard.tgz tar -zxvf pb2.5benchmarks.tgz mv datasets parboil/ mv benchmarks parboil/ mv parboil parboil-2.5-tree/ cd parboil-2.5-tree/ touch common/Makefile.conf # TODO: add OpenCL/CUDA support here to use more benchmarks... ./parboil compile cutcp omp_base ./parboil compile mri-q omp_base ./parboil compile mri-gridding omp_base ./parboil run stencil omp_base small ./parboil compile lbm omp_cpu ./parboil compile tpacf omp_base echo $? > ~/test-exit-status cd ~/ echo "#!/bin/sh cd parboil-2.5-tree/ ./parboil run \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > parboil chmod +x parboil
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m0 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Timer Wall Time: #_RESULT_#</OutputTemplate> <LineHint>Mop/s total</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m0 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>Parboil</Title> <AppVersion>2.5</AppVersion> <Description>The Parboil Benchmarks from the IMPACT Research Group at University of Illinois are a set of throughput computing applications for looking at computing architecture and compilers. Parboil test-cases support OpenMP, OpenCL, and CUDA multi-processing environments. However, at this time the test profile is just making use of the OpenMP test profiles -- patches are welcome to expand the test coverage for OpenCL and NVIDIA CUDA.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python, openmpi-development</ExternalDependencies> <EnvironmentSize>985</EnvironmentSize> <ProjectURL>http://impact.crhc.illinois.edu/parboil.aspx</ProjectURL> <InternalTags>SMP, OpenMP, OpenCL, CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>Cutoff Pair Potential</Name> <Value>cutcp omp_base large</Value> </Entry> <Entry> <Name>Matrix Q</Name> <Value>mri-q omp_base large</Value> </Entry> <Entry> <Name>MRI Gridding</Name> <Value>mri-gridding omp_base small</Value> </Entry> <Entry> <Name>Seven-Point Stencil</Name> <Value>stencil omp_base default</Value> </Entry> <Entry> <Name>Lid-Driven Cavity Fluid Dynamics</Name> <Value>lbm omp_cpu long</Value> </Entry> <Entry> <Name>Two-Point Angular Correlation</Name> <Value>tpacf omp_base medium</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>