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
FluidX3D 1.0.0
pts/fluidx3d-1.0.0
- 17 December 2022 -
Initial commit of FluidX3D benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v1%2C4/FluidX3D-Benchmark-FP32-FP16C-Linux.exe</URL> <MD5>f750e21b210cc01e3ccadb955d352bc4</MD5> <SHA256>e5de315f4a130b2e02b7ebd9e44f8261b4fad099bb8eb5a17525e08470119e9e</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16C-Linux.exe</FileName> <FileSize>1279472</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v1%2C4/FluidX3D-Benchmark-FP32-FP16S-Linux.exe</URL> <MD5>c9c9206daf8792e4eaad74727ef7b6b8</MD5> <SHA256>6d6f8ad61aecfaf1d573ce7b35d5f09461267fe8ccda98122258969abbe7b60e</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16S-Linux.exe</FileName> <FileSize>1279472</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v1%2C4/FluidX3D-Benchmark-FP32-FP32-Linux.exe</URL> <MD5>ab9b6116d65cf79f710b99f56be7fb17</MD5> <SHA256>51961bf16399472128f880e29879e462892d98aa48ef05288e2253125f924a25</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP32-Linux.exe</FileName> <FileSize>1274312</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v1%2C4/FluidX3D-Benchmark-FP32-FP16C-Windows.exe</URL> <MD5>5bec447e861194628da10c042ccc9ad6</MD5> <SHA256>e0360de4cbf2c576f59871e77cf515afff65734f7d4edac8a4994a709075b55e</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16C-Windows.exe</FileName> <FileSize>333312</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v1%2C4/FluidX3D-Benchmark-FP32-FP16S-Windows.exe</URL> <MD5>6db43f1f54de6bd95ea30ccf142bdac7</MD5> <SHA256>d1a9ae3c9f63ce44756ec9e8eeb7609d8394282ec4a9907d57fd9de6681dabd2</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP16S-Windows.exe</FileName> <FileSize>333312</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/ProjectPhysX/FluidX3D/releases/download/v1%2C4/FluidX3D-Benchmark-FP32-FP32-Windows.exe</URL> <MD5>fbf31861c1594ed87132521ef887e833</MD5> <SHA256>d07a297d3cfd8e6b31ffc3d21634961aad8420184e531a85257a0d3bdc52d5c6</SHA256> <FileName>FluidX3D-Benchmark-FP32-FP32-Windows.exe</FileName> <FileSize>331264</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x FluidX3D-Benchmark-*.exe echo "#!/bin/sh ./FluidX3D-Benchmark-\$1-Linux.exe > \$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.exe > \$LOG_FILE 2>&1" > fluidx3d chmod +x fluidx3d
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <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.4--> <PhoronixTestSuite> <TestInformation> <Title>FluidX3D</Title> <AppVersion>1.4</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.0.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>