Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FLAC Audio Encoding
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
FluidX3D 1.5.0
pts/fluidx3d-1.5.0
- 09 February 2025 -
Update against FluidX3D 3.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v3.1/FluidX3D-Benchmark-FP32-FP16C-Linux</URL> <MD5>0db7dfa54fb74b88b29149b655629845</MD5> <SHA256>5d92b7660533c70ed9c34ca6f2e565f8fc46270b0876efd67e3a118be8ce97f7</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16C-Linux-31</FileName> <FileSize>769344</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v3.1/FluidX3D-Benchmark-FP32-FP16S-Linux</URL> <MD5>f7edcbf863f0cddeca0aec58e759e2cd</MD5> <SHA256>b384335e1f61d5b36093c946fdc43ec5416489c444f8f120b0c5450822f86cd4</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16S-Linux-31</FileName> <FileSize>769344</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v3.1/FluidX3D-Benchmark-FP32-FP32-Linux</URL> <MD5>d5f0567b3e1303785a23c6de73167a5e</MD5> <SHA256>5cda294010c4d4ffea740e20f8830d45316ba62d5aef3ec5e9b65435af3fa56f</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP32-Linux-31</FileName> <FileSize>764616</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v3.1/FluidX3D-Benchmark-FP32-FP16C-Windows.exe</URL> <MD5>c9fa4abcaeb19c6e93c77c9db4df080a</MD5> <SHA256>4546a1369b346a599c177c66ce28b0e2bcd10c5b4177bd3809e5c34b41261b07</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16C-Windows-31.exe</FileName> <FileSize>420864</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v3.1/FluidX3D-Benchmark-FP32-FP16S-Windows.exe</URL> <MD5>744221866db6869c76d8288b8e2262e6</MD5> <SHA256>0055210e80b77f0f86ff2f65bebaa9be47d37367a3e9de4cb490bfa4a2c4732a</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16S-Windows-31.exe</FileName> <FileSize>420864</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v3.1/FluidX3D-Benchmark-FP32-FP32-Windows.exe</URL> <MD5>418c40a23fcc4a6099efa6b670ad643f</MD5> <SHA256>591e37a3e1b19297669ff696eb491e53471b577e4306bcec8e3c027a3c7787a5</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP32-Windows-31.exe</FileName> <FileSize>419328</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x FluidX3D-Benchmark-* echo "#!/bin/sh ./FluidX3D-Benchmark-\$1-Linux-31 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > fluidx3d chmod +x fluidx3d
install_windows.sh
#!/bin/sh chmod +x FluidX3D-Benchmark-*.exe echo "#!/bin/sh ./FluidX3D-Benchmark-\$1-Windows-31.exe > \$LOG_FILE 2>&1" > fluidx3d chmod +x fluidx3d
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>| Info: Peak MLUPs/s = #_RESULT_# |</OutputTemplate> <LineHint>Peak MLUPs/s</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>FluidX3D</Title> <AppVersion>3.1</AppVersion> <Description>FluidX3D is a speedy and memory efficient Boltzmann CFD (Computational Fluid Dynamics) software package implemented using OpenCL and intended for GPU acceleration. FluidX3D is developed by Moritz Lehmann and written free for non-commercial use. This is a test profile measuring the system OpenCL performance using the FluidX3D benchmark.</Description> <ResultScale>MLUPs/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>opencl</ExternalDependencies> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>https://github.com/ProjectPhysX/FluidX3D/</ProjectURL> <RepositoryURL>https://github.com/ProjectPhysX/FluidX3D</RepositoryURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>FP32-FP32</Name> <Value>FP32-FP32</Value> </Entry> <Entry> <Name>FP32-FP16S</Name> <Value>FP32-FP16S</Value> </Entry> <Entry> <Name>FP32-FP16C</Name> <Value>FP32-FP16C</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>