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
nekRS 1.1.0
pts/nekrs-1.1.0
- 04 June 2023 -
Update against nekRS 23 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Nek5000/nekRS/archive/refs/tags/v23.0.tar.gz</URL> <MD5>475131966c187ccfda72f1a8a20ef36f</MD5> <SHA256>2cb4ded69551b9614036e1a9d5ac54c8535826eae8f8b6a00ddb89043b2c392a</SHA256> <FileName>nekRS-23.0.tar.gz</FileName> <FileSize>48808996</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf nekRS-23.0.tar.gz cd nekRS-23.0/ rm -rf ~/.local/nekrs echo "\n" | ./nrsconfig cmake --build ./build --target install -j $NUM_CPU_CORES echo $? > ~/install-exit-status MASKED_COMPILER_DIR=`dirname \`which g++\``/ sed -i "s,$MASKED_COMPILER_DIR, ,g" $HOME/.local/nekrs/nekrs.conf cd ~ cat>nekrs<<EOT #!/bin/sh export NEKRS_HOME=\$HOME/.local/nekrs export PATH=\$NEKRS_HOME/bin:\$PATH cd ~/.local/nekrs/examples/\$1 mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES nekrs --cimode=1 --setup \$2 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x nekrs
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> flops/rank #_RESULT_#</OutputTemplate> <LineHint>flops</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>nekRS</Title> <AppVersion>23.0</AppVersion> <Description>nekRS is an open-source Navier Stokes solver based on the spectral element method. NekRS supports both CPU and GPU/accelerator support though this test profile is currently configured for CPU execution. NekRS is part of Nek5000 of the Mathematics and Computer Science MCS at Argonne National Laboratory. This nekRS benchmark is primarily relevant to large core count HPC servers and otherwise may be very time consuming on smaller systems.</Description> <ResultScale>flops/rank</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>openmpi-development, cmake, build-utilities</ExternalDependencies> <EnvironmentSize>611</EnvironmentSize> <ProjectURL>https://nek5000.mcs.anl.gov/</ProjectURL> <RepositoryURL>https://github.com/Nek5000/nekRS</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>TurboPipe Periodic</Name> <Value>turbPipePeriodic turbPipe.par</Value> </Entry> <Entry> <Name>Kershaw</Name> <Value>kershaw kershaw.par</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>