Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.0.1
pts/lulesh-1.0.1
- 04 March 2020 -
Missed out on version number.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <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 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 36 -i 1 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x lulesh
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FOM = #_RESULT_# (z/s)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <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.0.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>