Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
Lulesh OpenCL 1.0.1
pts/lulesh-cl-1.0.1
- 06 July 2017 -
Fix version string.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/ComputeApps-20170706.tar.bz2</URL> <MD5>2a2a3dd35009f528fe8fce00ae4b48eb</MD5> <SHA256>5ade6548ea9a6857eaba935178ec3767967378f4b43305e330864425dbe779a2</SHA256> <FileSize>2070125</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjvf ComputeApps-20170706.tar.bz2 cd ComputeApps/lulesh-cl make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd ComputeApps/lulesh-cl ./lulesh \$@ > \$LOG_FILE 2> /dev/null echo \$? > ~/test-exit-status" > lulesh-cl chmod +x lulesh-cl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FOM = #_RESULT_# (z/s)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.1--> <PhoronixTestSuite> <TestInformation> <Title>Lulesh OpenCL</Title> <AppVersion>2017-07-06</AppVersion> <Description>Lulesh OpenCL benchmark: Livermore Unstructured Lagrangian Explicit Shock Hydrodynamics.</Description> <ResultScale>z/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>opencl, build-utilities</ExternalDependencies> <EnvironmentSize>6</EnvironmentSize> <ProjectURL>https://codesign.llnl.gov/lulesh.php</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>