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.1.1
pts/java-scimark2-1.1.1
- 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://math.nist.gov/scimark2/scimark2lib.zip</URL> <MD5>fce68e619b03c815fa56f2637a841fa9</MD5> <FileSize>33525</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o scimark2lib.zip echo "#!/bin/sh java jnt.scimark2.commandline > \$LOG_FILE echo \$? > ~/test-exit-status" > java-scimark2 chmod +x java-scimark2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Composite Score: #_TEST_COMPOSITE_# FFT (1024): #_TEST_FFT_# SOR (100x100): #_TEST_SOR_# Monte Carlo : #_TEST_MONTE_# Sparse matmult (N=1000, nz=5000): #_TEST_SPARSE_# LU (100x100): #_TEST_DENSE_#</OutputTemplate> <ResultKey>PTS_TEST_ARGUMENTS</ResultKey> </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>Java SciMark</Title> <AppVersion>2.0</AppVersion> <Description>This test runs the Java 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 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>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>java</ExternalDependencies> <EnvironmentSize>0.05</EnvironmentSize> <ProjectURL>http://math.nist.gov/scimark2/</ProjectURL> <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>