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

From Define Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 34: Line 34:
  
 
\\10.0.0.222\software\hpc\benchmarks\spec2k6\spec2k6-2.23.tar
 
\\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\spec2k6\SPEC2006_v12.tar
 +
 
\\10.0.0.222\software\hpc\benchmarks\stream.c
 
\\10.0.0.222\software\hpc\benchmarks\stream.c
  
 +
Place all the downloaded files into /home
  
 +
=== Installation of all listed benchmarks ===
  
=== Installation of all listed benchmarks ===
+
Untar linpack, HEPSPEC into "/home"
 +
 
 +
cd /home
 +
tar -xvf l_lpk_p_11.2.0.003.tgz
  
 
=== Run all listed benchmarks ===
 
=== Run all listed benchmarks ===

Latest revision as of 15:51, 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 (sign up for a trial license):

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

Place all the downloaded files into /home

Installation of all listed benchmarks

Untar linpack, HEPSPEC into "/home"

cd /home tar -xvf l_lpk_p_11.2.0.003.tgz

Run all listed benchmarks