https://github.com/texadactyl/scimark2.java
https://github.com/texadactyl/scimark2.java
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/texadactyl/scimark2.java
- Owner: texadactyl
- License: gpl-3.0
- Created: 2022-07-30T21:38:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:02:18.000Z (over 1 year ago)
- Last Synced: 2025-04-04T13:49:50.006Z (9 months ago)
- Language: Java
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scimark2.java
SciMark 2.0a for Java with minimal modifications
Copied from https://math.nist.gov/scimark2/
### Java Source Code Authors
Roldan Pozo and Bruce Miller at https://www.nist.gov/
### Installation
* ```git clone ...``` or unpack the zip file to a target_directory.
* ```cd target_directory```
### Compiling the Benchmark Source Code
Issue the command:
```compile.sh```
This should compile main benchmark driver (commandline.java) and the dependent java files.
### Run the Benchmarks
Issue the command:
```java -jar scimark2.jar```
or
```java -jar scimark2.jar -large```
to run the large problem size version. Note that this one takes considerably longer to run.
### Benchmark Output
When complete, the program should respond with the benchmark results.
E.g. on a Xubuntu 22.04 LTS system (Linux), the console output looks like as follows:
SciMark 2.0a, elasped time = 27.42s
URL: https://math.nist.gov/scimark2/index.html
Composite Score: 2874.769103527714
FFT (1024): 2040.047486654014
SOR (100x100): 1887.3212103851095
Monte Carlo : 1651.9105590532567
Sparse matmult (N=1000, nz=5000): 2531.5691689587543
LU (100x100): 6262.997092587432
java.vendor: Private Build
java.version: 11.0.15
java..vm.vendor: Private Build
java.vm.version: 11.0.15+10-Ubuntu-0ubuntu0.22.04.1
os.arch: amd64
os.name: Linux
os.version: 5.15.0-41-generic