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
SciMark 1.3.0
pts/scimark2-1.3.0
- 25 July 2017 -
Remove accidentally left in -O1 from build string
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://math.nist.gov/scimark2/scimark2_1c.zip</URL> <MD5>6cc8d6d5312a07e32316c03580e0206b</MD5> <FileSize>13792</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o scimark2_1c.zip -d scimark2_files cd scimark2_files/ cc $CFLAGS -o scimark2 *.c -lm echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd scimark2_files/ ./scimark2 -large > \$LOG_FILE 2>&1" > scimark2 chmod +x scimark2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Composite Score: #_RESULT_#</OutputTemplate> <MatchToTestArguments>TEST_COMPOSITE</MatchToTestArguments> <LineHint>Composite</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>FFT Mflops: #_RESULT_# (N=1048576)</OutputTemplate> <MatchToTestArguments>TEST_FFT</MatchToTestArguments> <LineHint>FFT</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>SOR Mflops: #_RESULT_#</OutputTemplate> <MatchToTestArguments>TEST_SOR</MatchToTestArguments> <LineHint>SOR</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>MonteCarlo: Mflops: #_RESULT_#</OutputTemplate> <MatchToTestArguments>TEST_MONTE</MatchToTestArguments> <LineHint>MonteCarlo</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Sparse matmult Mflops: #_RESULT_# (N=100000, nz=1000000)</OutputTemplate> <MatchToTestArguments>TEST_SPARSE</MatchToTestArguments> <LineHint>Sparse matmult</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>LU Mflops: #_RESULT_# (M=1000, N=1000)</OutputTemplate> <MatchToTestArguments>TEST_DENSE</MatchToTestArguments> <LineHint>LU</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.1--> <PhoronixTestSuite> <TestInformation> <Title>SciMark</Title> <AppVersion>2.0</AppVersion> <Description>This test runs the ANSI C version of SciMark 2.0, which is a benchmark for scientific and numerical computing developed by programmers at the National Institute of Standards and Technology. This test is made up of Fast Foruier Transform, Jacobi Successive Over-relaxation, Monte Carlo, Sparse Matrix Multiply, and dense LU matrix factorization benchmarks.</Description> <ResultScale>Mflops</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Composite Score</SubTitle> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://math.nist.gov/scimark2/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Computational Test</DisplayName> <Identifier>compute-test</Identifier> <ArgumentPrefix>TEST_</ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Composite</Name> <Value>COMPOSITE</Value> <Message></Message> </Entry> <Entry> <Name>Fast Fourier Transform</Name> <Value>FFT</Value> <Message></Message> </Entry> <Entry> <Name>Jacobi Successive Over-Relaxation</Name> <Value>SOR</Value> <Message></Message> </Entry> <Entry> <Name>Monte Carlo</Name> <Value>MONTE</Value> <Message></Message> </Entry> <Entry> <Name>Sparse Matrix Multiply</Name> <Value>SPARSE</Value> <Message></Message> </Entry> <Entry> <Name>Dense LU Matrix Factorization</Name> <Value>DENSE</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>