📄 readme
字号:
SciMark 2.0 Java Numerical Benchmark Roldan Pozo, Bruce Miller NISTSciMark 2.0 is a composite Java benchmark measuring the performance of numerical kernels occurring in scientific and engineering applications. It consists of five kernels which typify computational routinescommonly found in numeric codes: Fast Fourier Transforms (FFTs), Jacobi Successive Over-relaxation (SOR), Sparse matrix-multiply, Monte Carlo integration, and dense LU matrix factorization.(See http://www.math.nist.gov/scimark for further informationand latest updates.)1) INSTALLATIONUnpack the contents of archive into a subdirectory on yourCLASSPATH. Be sure to keep the directory structure of thefile contents.2) COMPILING THE BENCHMARKS (optional)From the directory above this one, issue the command: >javac -O commandline.javaThis should compile main benchmark driver and dependent files.3) RUNNING THE BENCHMARKSFrom the directory above this one, issue the command: >java jnt.scimark2.commandlineor >java jnt.scimark2.commandline -largeto run the large problem size version. (Note that this onetakes considerably longer to run.)After a few minutes, the program should respond withthe benchmark results, e.g. >javac jnt.scimark2.commandline SciMark 2.0a Composite Score: 20.791595999749727 FFT (4096): 30.260047144878346 Jacobi SOR (100x100): 33.074935359763934 Monte Carlo (25000): 11.510791361970528 Sparse matmult (nz=25000), 10 iterations: 8.007507030681996 LU (100x100): 21.104699101453836 java.vendor: Sun Microsystems Inc. java.version: 1.2 os.arch: x86 os.name: Windows NT os.version: 4.0One can send these results to "pozo@nist.gov". /* ---------------------- END OF README -----------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -