Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
RELION
OpenFOAM
Quantum ESPRESSO
Recently Updated Tests
CloverLeaf
rav1e
Mobile Neural Network
LAMMPS Molecular Dynamics Simulator
LULESH
New & Recently Updated Tests
Recently Updated Suites
Speech
Timed Code Compilation
Steam
New & Recently Updated Suites
Currently Trending Results
rx480-desktop-graphics
Raspberry Pi vs Orange Pi vs Banana Pi 2016-03 Showdown by LoveRPi
5800X Thurs
Scimark Macbook Pro Retina 2012
browser benchmark
altra-2p-q80-33
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
miniFE 1.0.0
pts/minife-1.0.0
- 19 October 2019 -
Initial commit of miniFE finite element benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Mantevo/miniFE/archive/2.2.0.tar.gz</URL> <MD5>6aba64989cc72e45bc5d6034b9678fb9</MD5> <SHA256>9eacb1029aa265fcf9f0d79f0634c5097ef1b1ab8bb23b1bf02ff68f884c72e4</SHA256> <FileName>miniFE-2.2.0.tar.gz</FileName> <FileSize>3002556</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf miniFE-2.2.0.tar.gz cd miniFE-2.2.0/openmp/src make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd miniFE-2.2.0/openmp/src rm -f *.yaml ./miniFE.x \$@ echo \$? > ~/test-exit-status cat *.yaml > \$LOG_FILE" > minife chmod +x minife
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Total CG Mflops: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>miniFE</Title> <AppVersion>2.2</AppVersion> <Description>MiniFE Finite Element is an application for unstructured implicit finite element codes.</Description> <ResultScale>CG Mflops</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>16</EnvironmentSize> <ProjectURL>https://github.com/Mantevo/miniFE</ProjectURL> <InternalTags>SMP, OpenMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Problem Size</DisplayName> <Identifier>size</Identifier> <Menu> <Entry> <Name>Small</Name> <Value>-‐nx 264 --ny 256 -‐nz 256</Value> </Entry> <Entry> <Name>Medium</Name> <Value>-‐nx 2112 --ny 2048 -‐nz 2048</Value> </Entry> <Entry> <Name>Large</Name> <Value>-‐nx 4224 --ny 4096 -‐nz 4096</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>