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
OpenFOAM 1.0.0
pts/openfoam-1.0.0
- 10 January 2021 -
Initial commit of OpenFOAM 8 at long last...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/OpenFOAM/OpenFOAM-8/archive/20201114.tar.gz</URL> <MD5>a754470e3d988186976bf8a8a73a7a84</MD5> <SHA256>08baeb33797219ca33cda991a6dd55cae57e70346f0780db7abadb5019a282e0</SHA256> <FileName>OpenFOAM-8-20201114.tar.gz</FileName> <FileSize>40332187</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/OpenFOAM-Intel-20170512.tar.xz</URL> <MD5>120c92c743dc545655510db1e4caa9a4</MD5> <SHA256>68dc67a1ed994a96c0d4ae664c5606f47516242ac820fd10f063af083b36f3d8</SHA256> <FileName>OpenFOAM-Intel-20170512.tar.xz</FileName> <FileSize>3801072</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash rm -rf OpenFOAM-8 tar -xf OpenFOAM-8-20201114.tar.gz tar -xf OpenFOAM-Intel-20170512.tar.xz mv OpenFOAM-8-20201114 OpenFOAM-8 cd OpenFOAM-8 source etc/bashrc ./Allwmake -j echo $? > ~/install-exit-status cd ~/ # Not using mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES due to issues and already being threaded at least for single node systems cat>openfoam<<EOT #!/bin/bash cd OpenFOAM-8 source etc/bashrc cd ~/OpenFOAM-Intel-master/benchmarks/motorbike/ ./Clean ./Mesh 150 60 60 ./Setup \$NUM_CPU_PHYSICAL_CORES mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES simpleFoam -parallel > \$LOG_FILE 2>&1 EOT chmod +x openfoam
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>ExecutionTime = #_RESULT_# s ClockTime = 136 s</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>OpenFOAM</Title> <AppVersion>8</AppVersion> <Description>OpenFOAM is the leading free, open source software for computational fluid dynamics (CFD).</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>openmpi-development, boost-development, zlib-development, fftw3-development, build-utilities, flex, bison, ncurses-development</ExternalDependencies> <EnvironmentSize>2555</EnvironmentSize> <ProjectURL>https://openfoam.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>scotch/scotch.h, scotch/ptscotch.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>Motorbike 30M</Name> <Value>Motorbike 150 60 60</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>