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
Palabos 1.0.0
pts/palabos-1.0.0
- 18 June 2023 -
Initial commit of Palabos HPC benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://gitlab.com/unigespc/palabos/-/archive/3858237f99567fc100e3dbce47cbb2714b6bc67e/palabos-3858237f99567fc100e3dbce47cbb2714b6bc67e.tar.gz</URL> <MD5>9b7a43b3484ed7cd549fa3d38dfcf7f1</MD5> <SHA256>85301c05003729a9076038960c9c1dc7f4ca64f072a3ae505375e7ba80481750</SHA256> <FileName>palabos-3858237f99567fc100e3dbce47cbb2714b6bc67e.tar.gz</FileName> <FileSize>15744541</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf palabos-3858237f99567fc100e3dbce47cbb2714b6bc67e.tar.gz cd palabos-3858237f99567fc100e3dbce47cbb2714b6bc67e/build cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MPI=ON -DBUILD_HDF5=ON .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd palabos-3858237f99567fc100e3dbce47cbb2714b6bc67e/build OMP_NUM_THREADS=\$CPU_THREADS_PER_CORE mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ../examples/benchmarks/cavity3d/cavity3d_benchmark \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > palabos chmod +x palabos
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>After 74 iterations: #_RESULT_# Mega site updates per second.</OutputTemplate> <LineHint>Mega site updates per second</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Palabos</Title> <AppVersion>2.3</AppVersion> <Description>The Palabos library is a framework for general purpose Computational Fluid Dynamics (CFD). Palabos uses a kernel based on the Lattice Boltzmann method. This test profile uses the Palabos MPI-based Cavity3D benchmark.</Description> <ResultScale>Mega Site Updates Per Second</ResultScale> <Proportion>HIB</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>build-utilities, openmpi-development, cmake, hdf5</ExternalDependencies> <EnvironmentSize>35</EnvironmentSize> <ProjectURL>https://palabos.unige.ch/</ProjectURL> <RepositoryURL>https://gitlab.com/unigespc/palabos</RepositoryURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>hdf5/mpich/hdf5.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Grid Size</DisplayName> <Identifier>size</Identifier> <Menu> <Entry> <Name>100</Name> <Value>100</Value> </Entry> <Entry> <Name>400</Name> <Value>400</Value> </Entry> <Entry> <Name>500</Name> <Value>500</Value> </Entry> <Entry> <Name>1000</Name> <Value>1000</Value> </Entry> <Entry> <Name>4000</Name> <Value>4000</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>