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
NAS Parallel Benchmarks 1.0.0
pts/npb-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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> <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> <FileSize>1627</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf NPB3.3.tar.gz tar -zxvf npb-omp-make-def-1.tar.gz mv -f make.def NPB3.3/NPB3.3-OMP/config/ cd NPB3.3/NPB3.3-OMP/ make bt CLASS=A make cg CLASS=B make ep CLASS=B make ft CLASS=B make is CLASS=C make lu CLASS=A make mg CLASS=B make sp CLASS=A make ua CLASS=A echo \$? > ~/test-exit-status cd ~ echo "#!/bin/sh cd NPB3.3/NPB3.3-OMP/ export OMP_NUM_THREADS=\$NUM_CPU_CORES ./bin/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > npb chmod +x npb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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 OpenMP version of NPB.</Description> <ResultScale>Total Mop/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler</ExternalDependencies> <EnvironmentSize>8</EnvironmentSize> <ProjectURL>http://www.nas.nasa.gov/Resources/Software/npb.html</ProjectURL> <InternalTags>SMP</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>CG.B</Name> <Value>cg.B</Value> </Entry> <Entry> <Name>EP.B</Name> <Value>ep.B</Value> </Entry> <Entry> <Name>FT.B</Name> <Value>ft.B</Value> </Entry> <Entry> <Name>IS.C</Name> <Value>is.C</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> <Entry> <Name>UA.A</Name> <Value>ua.A</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>