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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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.1
pts/palabos-1.0.1
- 16 November 2024 -
Fix building on newer compilers/distros.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://gitlab.com/unigespc/palabos/-/archive/1f0b171dfacfa1aeb943c3a3318e52b0c25ed842/palabos-1f0b171dfacfa1aeb943c3a3318e52b0c25ed842.tar.gz</URL> <MD5>90ce7ecd4c68b2e6a29a454ac1ea8baa</MD5> <SHA256>0ca9f37d67b086133438ee79a35e8f146b4bf4741298034484b0e4fee61f0b63</SHA256> <FileName>palabos-1f0b171dfacfa1aeb943c3a3318e52b0c25ed842.tar.gz</FileName> <FileSize>15740630</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf palabos-1f0b171dfacfa1aeb943c3a3318e52b0c25ed842.tar.gz cd palabos-1f0b171dfacfa1aeb943c3a3318e52b0c25ed842/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-1f0b171dfacfa1aeb943c3a3318e52b0c25ed842/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.5--> <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.5--> <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.1</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>