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
LULESH 1.1.1
pts/lulesh-1.1.1
- 11 January 2021 -
Flags update.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/lulesh2.0.3.tar.xz</URL> <MD5>d287012b35869593d31d913a34f9d50a</MD5> <SHA256>8ddd7ae2733de08ddb77ec18330568d10d990a5e9c1a7f88640e7fa284b77525</SHA256> <FileName>lulesh2.0.3.tar.xz</FileName> <FileSize>33448</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf lulesh2.0.3.tar.xz cd lulesh2.0.3 make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ cat>lulesh<<EOT #!/bin/bash cd lulesh2.0.3 export OMP_NUM_THREADS=1 if [ -z \${NUM_CPU_PHYSICAL_CORES_CUBE+x} ]; then NUM_CPU_PHYSICAL_CORES_CUBE=\$NUM_CPU_PHYSICAL_CORES; fi mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES_CUBE ./lulesh2.0 -s 128 -i 3 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x lulesh
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FOM = #_RESULT_# (z/s)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>LULESH</Title> <AppVersion>2.0.3</AppVersion> <Description>LULESH is the Livermore Unstructured Lagrangian Explicit Shock Hydrodynamics.</Description> <ResultScale>z/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>openmpi-development, build-utilities</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://computing.llnl.gov/projects/co-design/lulesh</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>