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
Java SciMark 1.2.0
pts/java-scimark2-1.2.0
- 21 November 2023 -
Update against Java SciMark 2.2 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/mork-optimization/scimark/releases/download/scimark-2.2/scimark-2.2.jar</URL> <MD5>37d81f5d016f45ba3f6c362028b36a46</MD5> <SHA256>3c8dc0faeebb0435bd8033aea5a1f3abd7252aa0befd3b43cb5e37625d6d3774</SHA256> <FileName>scimark-2.2.jar</FileName> <FileSize>22619</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh java -jar scimark-2.2.jar -large > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > java-scimark2 chmod +x java-scimark2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Composite Score: #_TEST_COMPOSITE_# FFT (1048576): #_TEST_FFT_# SOR (1000 x 1000): #_TEST_SOR_# Monte Carlo: #_TEST_MONTE_# Sparse matmult (N=100000, nz=1000000): #_TEST_SPARSE_# LU (1000 x 1000 ): #_TEST_DENSE_#</OutputTemplate> <ResultKey>PTS_TEST_ARGUMENTS</ResultKey> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Java SciMark</Title> <AppVersion>2.2</AppVersion> <Description>This test runs the Java version of SciMark 2, which is a benchmark for scientific and numerical computing developed by programmers at the National Institute of Standards and Technology. This benchmark 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> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>java</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://math.nist.gov/scimark2/</ProjectURL> <RepositoryURL>https://github.com/mork-optimization/scimark</RepositoryURL> <InternalTags>Java</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Computational Test</DisplayName> <Identifier>compute-test</Identifier> <ArgumentPrefix>TEST_</ArgumentPrefix> <Menu> <Entry> <Name>Composite</Name> <Value>COMPOSITE</Value> </Entry> <Entry> <Name>Fast Fourier Transform</Name> <Value>FFT</Value> </Entry> <Entry> <Name>Jacobi Successive Over-Relaxation</Name> <Value>SOR</Value> </Entry> <Entry> <Name>Monte Carlo</Name> <Value>MONTE</Value> </Entry> <Entry> <Name>Sparse Matrix Multiply</Name> <Value>SPARSE</Value> </Entry> <Entry> <Name>Dense LU Matrix Factorization</Name> <Value>DENSE</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>