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
NAS Parallel Benchmarks 1.1.1
pts/npb-1.1.1
- 10 June 2012 -
Remove tests not in MPI NPB version.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m3 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/NPB3.3.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/NPB3.3.tar.gz</URL> <MD5>fe65de7ff54709a0266301e0d38c7777</MD5> <FileName>NPB3.3.tar.gz</FileName> <FileSize>615658</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/npb-omp-make-def-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/npb-omp-make-def-1.tar.gz</URL> <MD5>063a05392876dee20215106923545a2d</MD5> <FileName>npb-omp-make-def-1.tar.gz</FileName> <FileSize>1627</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/npb-make-mpi-def-1.tar.bz2</URL> <MD5>e6914f637eeaa2b75cf3b22a6c796512</MD5> <FileName>npb-make-mpi-def-1.tar.bz2</FileName> <FileSize>1955</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf NPB3.3.tar.gz tar -zxvf npb-omp-make-def-1.tar.gz tar -jxvf npb-make-mpi-def-1.tar.bz2 mv -f make.def NPB3.3/NPB3.3-MPI/config/ mv -f make-mpi.def NPB3.3/NPB3.3-MPI/config/make.def cd NPB3.3/NPB3.3-MPI/ make bt CLASS=A make ep CLASS=B make ep CLASS=C make ep CLASS=D make ft CLASS=A make lu CLASS=A make mg CLASS=B make sp CLASS=A echo \$? > ~/test-exit-status cd ~ echo "#!/bin/sh cd NPB3.3/NPB3.3-MPI/ export OMP_NUM_THREADS=\$NUM_CPU_CORES mpiexec -np \$NUM_CPU_CORES ./bin/\$@.1 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > npb chmod +x npb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m3 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Mop/s total = #_RESULT_#</OutputTemplate> <LineHint>Mop/s total</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m3 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>NAS Parallel Benchmarks</Title> <AppVersion>3.3</AppVersion> <Description>NPB, NAS Parallel Benchmarks, is a benchmark developed by NASA for high-end computer systems. This test profile currently uses the MPI version of NPB.</Description> <ResultScale>Total Mop/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler, openmpi-development</ExternalDependencies> <EnvironmentSize>8</EnvironmentSize> <ProjectURL>http://www.nas.nasa.gov/Resources/Software/npb.html</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test / Class</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>BT.A</Name> <Value>bt.A</Value> </Entry> <Entry> <Name>EP.B</Name> <Value>ep.B</Value> </Entry> <Entry> <Name>EP.C</Name> <Value>ep.C</Value> </Entry> <Entry> <Name>EP.D</Name> <Value>ep.D</Value> </Entry> <Entry> <Name>FT.A</Name> <Value>ft.A</Value> </Entry> <Entry> <Name>LU.A</Name> <Value>lu.A</Value> </Entry> <Entry> <Name>MG.B</Name> <Value>mg.B</Value> </Entry> <Entry> <Name>SP.A</Name> <Value>sp.A</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>