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.2.0
pts/openfoam-1.2.0
- 17 September 2022 -
Update against OpenFOAM 10.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/OpenFOAM/OpenFOAM-10/archive/refs/tags/20220831.tar.gz</URL> <MD5>51e74ce28c90ca29cefb43fdf6fb857a</MD5> <SHA256>ad76efd85761cc4e65a539eb2a09b14681132b6e5d0eb642102f90e3ac469bdc</SHA256> <FileName>OpenFOAM-10-20220831.tar.gz</FileName> <FileSize>56318092</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash rm -rf OpenFOAM-10 tar -xf OpenFOAM-10-20220831.tar.gz mv OpenFOAM-10-20220831 OpenFOAM-10 cd OpenFOAM-10 source etc/bashrc ./Allwmake -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ cat>openfoam<<EOT #!/bin/bash cd OpenFOAM-10 source etc/bashrc cd tutorials/\$1 ./Allclean # Pass any options, drivaerFastback also has a -c cores option ./Allrun \$2 \$3 -c \$NUM_CPU_PHYSICAL_CORES echo \$? > ~/test-exit-status cat log.snappyHexMesh > \$LOG_FILE 2>&1 cat log.simpleFoam >> \$LOG_FILE 2>&1 ./Allclean EOT chmod +x openfoam
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Finished meshing in = #_RESULT_# s.</OutputTemplate> <AppendToArgumentsDescription>Mesh Time</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>ExecutionTime = #_RESULT_# s ClockTime = 136 s</OutputTemplate> <AppendToArgumentsDescription>Execution Time</AppendToArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>OpenFOAM</Title> <AppVersion>10</AppVersion> <Description>OpenFOAM is the leading free, open-source software for computational fluid dynamics (CFD). This test profile currently uses the drivaerFastback test case for analyzing automotive aerodynamics or alternatively the older motorBike input.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.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>1700</EnvironmentSize> <ProjectURL>https://openfoam.org/</ProjectURL> <RepositoryURL>https://github.com/OpenFOAM/OpenFOAM-9</RepositoryURL> <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</Name> <Value>incompressible/simpleFoam/motorBike/</Value> <Message>Simple, not as demanding as drivaerFastback</Message> </Entry> <Entry> <Name>drivaerFastback, Small Mesh Size</Name> <Value>incompressible/simpleFoam/drivaerFastback/ -m S</Value> <Message>Less time consuming, still needs a powerful CPU</Message> </Entry> <Entry> <Name>drivaerFastback, Medium Mesh Size</Name> <Value>incompressible/simpleFoam/drivaerFastback/ -m M</Value> <Message>3M Cells</Message> </Entry> <Entry> <Name>drivaerFastback, Large Mesh Size</Name> <Value>incompressible/simpleFoam/drivaerFastback/ -m L</Value> <Message>22.5M Cells, most time consuming</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>