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
Pennant 1.0.1
pts/pennant-1.0.1
- 19 October 2019 -
Add --allow-run-as-root
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/pennant-1.0.1-makefile-update.tar.xz</URL> <MD5>d2ddff54bc60b3dce4aecc5b4adac142</MD5> <SHA256>dfec96e7b5638601132d88f5713ea1cb115b6554466bbc321ba33e628dbce025</SHA256> <FileName>pennant-1.0.1-makefile-update.tar.xz</FileName> <FileSize>13918444</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf pennant-1.0.1-makefile-update.tar.xz cd PENNANT-1.0.1/ make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ cat>pennant<<EOT #!/bin/sh cd PENNANT-1.0.1/ mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./build/pennant test/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x pennant
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>hydro cycle run time= #_RESULT_#</OutputTemplate> <LineHint>hydro cycle run time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Pennant</Title> <AppVersion>1.0.1</AppVersion> <Description>Pennant is an application focused on hydrodynamics on general unstructured meshes in 2D.</Description> <ResultScale>Hydro Cycle Time - Seconds</ResultScale> <Proportion>LIB</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>20</EnvironmentSize> <ProjectURL>http://github.com/lanl/PENNANT/</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>leblancbig</Name> <Value>leblancbig/leblancbig.pnt</Value> </Entry> <Entry> <Name>sedovbig</Name> <Value>sedovbig/sedovbig.pnt</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>