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

From Define Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
yum -y install glibc-devel.i686 compat-gcc-34-g77 libstdc++-devel.i686 sharutils bc mailx vim screen  
 
yum -y install glibc-devel.i686 compat-gcc-34-g77 libstdc++-devel.i686 sharutils bc mailx vim screen  
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
=== Files to download ===
  
 
Head to Intel`s site to get the latest linpack libraries:
 
Head to Intel`s site to get the latest linpack libraries:
Line 20: Line 22:
 
https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
 
https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
  
Download the latest tgz for linux. This can potentially be done using wget (below is just a example, a newer version maybe available):
+
Head to Intels site to get the latest Parallel studio which includes ICC:
 
 
<syntaxhighlight>
 
wget http://registrationcenter.intel.com/irc_nas/4547/l_lpk_p_11.2.0.003.tgz
 
</syntaxhighlight>
 
 
 
 
 
 
  
=== Files to download ===
+
https://software.intel.com/en-us/parallel-studio-xe/choose-download  
  
Head to Intel`s site to get the latest linpack libraries:
+
Copy over the spec2k6/stream files from the shared directory:  
  
https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
+
\\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
  
Download the latest tgz for linux. This can potentially be done using wget (below is just a example, a newer version maybe available):
 
  
 
wget http://registrationcenter.intel.com/irc_nas/4547/l_lpk_p_11.2.0.003.tgz
 
  
 
=== Installation of all listed benchmarks ===
 
=== Installation of all listed benchmarks ===
  
 
=== Run all listed benchmarks ===
 
=== Run all listed benchmarks ===

Latest revision as of 15:22, 30 January 2019

Benchmarks to be installed and results taken:

  • AMD optimized HPL
  • 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

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