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
Open Porous Media 1.0.1
system/opm-1.0.1
- 27 January 2021 -
Add Norne-4C test case.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/opm-data-norne-202007.tar.xz</URL> <MD5>68989a00178a2deaaa4d4351aeb278ae</MD5> <SHA256>2c58722df82e2fe60a22a3846addcb344a3785ed8698048631c1f1880cd63118</SHA256> <FileName>opm-data-norne-202007.tar.xz</FileName> <FileSize>36908856</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Norne-4C.tar.gz</URL> <MD5>959a9b3bba0bb9460b664d9050f04733</MD5> <SHA256>77fded959718348695f9ee257c2e2b83ba7f211c83f181f67cac008554a6bcd2</SHA256> <FileName>Norne-4C.tar.gz</FileName> <FileSize>4363239</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash if which flow>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Open Porous Media (OPM) is not found on the system. The flow binary could not be found in the PATH. Binaries for RHEL / Ubuntu and download instructions can be found @ https://opm-project.org/" echo 2 > ~/install-exit-status exit fi tar -xf opm-data-norne-202007.tar.xz tar -xf Norne-4C.tar.gz echo "#!/bin/sh NPROC=\$2 MPIRUN_AS_ROOT_ARG=\"--allow-run-as-root\" if [ \`whoami\` != \"root\" ] then MPIRUN_AS_ROOT_ARG=\"\" fi if [ \$1 = \"flow_mpi_norne\" ] then cd norne nice mpirun \$MPIRUN_AS_ROOT_ARG -np \$NPROC --report-bindings \$HOSTFILE flow NORNE_ATW2013.DATA --tolerance-mb=1e-5 --max-strict-iter=4 > \$LOG_FILE 2>&1 elif [ \$1 = \"flow_mpi_norne_4c\" ] then cd Norne-4C nice mpirun \$MPIRUN_AS_ROOT_ARG -np \$NPROC --report-bindings \$HOSTFILE flow NORNE_ATW2013_4C_MSW.DATA --tolerance-mb=1e-5 --max-strict-iter=4 > \$LOG_FILE 2>&1 fi flow --version > ~/pts-footnote # echo \$? > ~/test-exit-status" > opm chmod +x opm
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total time (seconds): #_RESULT_#</OutputTemplate> <LineHint>Total time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Open Porous Media</Title> <Description>This is a test of Open Porous Media, a set of open-source tools concerning simulation of flow and transport of fluids in porous media. This test profile depends upon MPI/Flow already being installed on the system. Install instructions at https://opm-project.org/?page_id=36.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>220</EnvironmentSize> <ProjectURL>http://www.opm-project.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>OPM Benchmark</DisplayName> <Identifier>opm-benchmark</Identifier> <Menu> <Entry> <Name>Flow MPI Norne</Name> <Value>flow_mpi_norne</Value> </Entry> <Entry> <Name>Flow MPI Norne-4C</Name> <Value>flow_mpi_norne_4c</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Threads</DisplayName> <Identifier>cpu-physical-threads</Identifier> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>2</Name> <Value>2</Value> </Entry> <Entry> <Name>4</Name> <Value>4</Value> </Entry> <Entry> <Name>8</Name> <Value>8</Value> </Entry> <Entry> <Name>16</Name> <Value>16</Value> </Entry> <Entry> <Name>32</Name> <Value>32</Value> </Entry> <Entry> <Name>64</Name> <Value>64</Value> </Entry> <Entry> <Name>128</Name> <Value>128</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>