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
CloverLeaf 1.1.0
pts/cloverleaf-1.1.0
- 14 January 2021 -
Increase problem size.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/CloverLeaf_OpenMP-20181012.zip</URL> <MD5>bb20e694fc8e33347a1ee71acd8a8d57</MD5> <SHA256>dadbcd7ae23aa714700fa3107c19a0e3d7e4cf06c811fe28fc5ee48d1a37a682</SHA256> <FileName>CloverLeaf_OpenMP-20181012.zip</FileName> <FileSize>115805</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o CloverLeaf_OpenMP-20181012.zip cd CloverLeaf_OpenMP-master/ COMPILER=GNU make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd CloverLeaf_OpenMP-master/ rm -f clover.out cp -f InputDecks/clover_bm.in clover.in OMP_NUM_THREADS=\$NUM_CPU_CORES ./clover_leaf \$@ cat clover.out > \$LOG_FILE echo \$? > ~/test-exit-status" > cloverleaf chmod +x cloverleaf
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Wall clock #_RESULT_#</OutputTemplate> <LineBeforeHint> Clover is finishing</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>CloverLeaf</Title> <Description>CloverLeaf is a Lagrangian-Eulerian hydrodynamics benchmark. This test profile currently makes use of CloverLeaf's OpenMP version and benchmarked with the clover_bm.in input file (Problem 5).</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Lagrangian-Eulerian Hydrodynamics</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development, fortran-compiler</ExternalDependencies> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://uk-mac.github.io/CloverLeaf/</ProjectURL> <InternalTags>SMP, OpenMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>