Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.1.2
pts/parboil-1.1.2
- 07 June 2015 -
Fix for test re-installation.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.8.0 (Belev)--> <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 rm -rf parboil-2.5-tree 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... COMPILE_OPENCL=0 if [ -d /opt/AMDAPP/ ] then echo "OPENCL_PATH=/opt/AMDAPP/ OPENCL_LIB_PATH=/opt/AMDAPP/lib/x86_64" >> common/Makefile.conf COMPILE_OPENCL=1 elif [ -f /usr/lib/libOpenCL.so.1 ] then echo "OPENCL_PATH=/usr/ OPENCL_LIB_PATH=/usr/lib" >> common/Makefile.conf COMPILE_OPENCL=1 elif [ -d /usr/local/cuda ] then echo "OPENCL_PATH=/usr/local/cuda OPENCL_LIB_PATH=/usr/lib" >> common/Makefile.conf COMPILE_OPENCL=1 elif [ -d /usr/local/cuda-5.5 ] then echo "OPENCL_PATH=/usr/local/cuda-5.5 OPENCL_LIB_PATH=/usr/lib" >> common/Makefile.conf COMPILE_OPENCL=1 elif [ -d /usr/local/cuda-6.0 ] then echo "OPENCL_PATH=/usr/local/cuda-6.0 OPENCL_LIB_PATH=/usr/lib" >> common/Makefile.conf COMPILE_OPENCL=1 fi if [ $COMPILE_CL = 1 ] then ./parboil compile bfs opencl_base ./parboil compile tpacf opencl_base ./parboil compile lbm opencl_base ./parboil compile lbm opencl_base ./parboil compile mri-gridding opencl_base ./parboil compile histo opencl_base fi ./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 v5.8.0 (Belev)--> <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 v5.8.0 (Belev)--> <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 and OpenCL test workloads.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python, openmpi-development, opencl</ExternalDependencies> <EnvironmentSize>985</EnvironmentSize> <ProjectURL>http://impact.crhc.illinois.edu/parboil.aspx</ProjectURL> <InternalTags>SMP, OpenMP, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>OpenMP CUTCP</Name> <Value>cutcp omp_base large</Value> </Entry> <Entry> <Name>OpenMP MRI-Q</Name> <Value>mri-q omp_base large</Value> </Entry> <Entry> <Name>OpenMP MRI Gridding</Name> <Value>mri-gridding omp_base small</Value> </Entry> <Entry> <Name>OpenMP Stencil</Name> <Value>stencil omp_base default</Value> </Entry> <Entry> <Name>OpenMP LBM</Name> <Value>lbm omp_cpu long</Value> </Entry> <Entry> <Name>OpenCL BFS</Name> <Value>bfs opencl_base 1M</Value> </Entry> <Entry> <Name>OpenCL TPACF</Name> <Value>tpacf opencl_base large</Value> </Entry> <Entry> <Name>OpenCL LBM</Name> <Value>lbm opencl_base long</Value> </Entry> <Entry> <Name>OpenCL MRI Gridding</Name> <Value>mri-gridding opencl_base small</Value> </Entry> <Entry> <Name>OpenCL Histo</Name> <Value>histo opencl_base large</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>