Difference between revisions of "Benchmarking: Linux based benchmarks for Intel"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== MH`s Linux based benchmarks for Intel == * Intel`s optimized Linpack * Intel`s MLC * ICC Optimized Stream memory Benchmark * HEPSPEC 2006 === Installation of all listed b...")
 
Line 1: Line 1:
== MH`s Linux based benchmarks for Intel ==
+
Benchmarks to be installed and results taken:
  
* Intel`s optimized Linpack
+
* Intel optimised Linpack
 
* Intel`s MLC
 
* Intel`s MLC
 
* ICC Optimized Stream memory Benchmark
 
* ICC Optimized Stream memory Benchmark
 
* HEPSPEC 2006
 
* HEPSPEC 2006
 +
 +
=== OS ===
 +
 +
Latest Centos
 +
 +
=== Dependencies required ===
 +
 +
<syntaxhighlight>
 +
yum groupinstall 'Development tools'
 +
yum -y install glibc-devel.i686 compat-gcc-34-g77 libstdc++-devel.i686 sharutils bc mailx vim screen
 +
</syntaxhighlight>
 +
 +
=== Files to download ===
 +
 +
Head to Intel`s site to get the latest linpack libraries:
 +
 +
https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
 +
 +
Head to Intels site to get the latest Parallel studio which includes ICC:
 +
 +
https://software.intel.com/en-us/parallel-studio-xe/choose-download
 +
 +
Head to Intel`s site to get the latest MLC:
 +
 +
https://software.intel.com/en-us/articles/intelr-memory-latency-checker
 +
 +
Copy over the spec2k6/stream files from the shared directory:
 +
 +
\\10.0.0.222\software\hpc\benchmarks\spec2k6\spec2k6-2.23.tar
 +
\\10.0.0.222\software\hpc\benchmarks\spec2k6\SPEC2006_v12.tar
 +
\\10.0.0.222\software\hpc\benchmarks\stream.c
 +
 +
  
 
=== Installation of all listed benchmarks ===
 
=== Installation of all listed benchmarks ===
  
 
=== Run all listed benchmarks ===
 
=== Run all listed benchmarks ===

Revision as of 15:27, 30 January 2019

Benchmarks to be installed and results taken:

  • Intel optimised Linpack
  • Intel`s MLC
  • ICC Optimized Stream memory Benchmark
  • HEPSPEC 2006

OS

Latest Centos

Dependencies required

yum groupinstall 'Development tools'
yum -y install glibc-devel.i686 compat-gcc-34-g77 libstdc++-devel.i686 sharutils bc mailx vim screen

Files to download

Head to Intel`s site to get the latest linpack libraries:

https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download

Head to Intels site to get the latest Parallel studio which includes ICC:

https://software.intel.com/en-us/parallel-studio-xe/choose-download

Head to Intel`s site to get the latest MLC:

https://software.intel.com/en-us/articles/intelr-memory-latency-checker

Copy over the spec2k6/stream files from the shared directory:

\\10.0.0.222\software\hpc\benchmarks\spec2k6\spec2k6-2.23.tar \\10.0.0.222\software\hpc\benchmarks\spec2k6\SPEC2006_v12.tar \\10.0.0.222\software\hpc\benchmarks\stream.c


Installation of all listed benchmarks

Run all listed benchmarks