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

From Define Wiki
Jump to navigation Jump to search
(Created page with "== MH`s Linux based benchmarks for AMD == * AMD optimized HPL * ICC Optimized Stream memory Benchmark * HEPSPEC 2006 === Installation of all listed benchmarks === === Run a...")
 
Line 1: Line 1:
== MH`s Linux based benchmarks for AMD ==
+
Benchmarks to be installed and results taken:
  
 
* AMD optimized HPL
 
* AMD optimized HPL
 
* 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>
 +
 +
Head to Intel`s site to get the latest linpack libraries:
 +
 +
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):
 +
 +
<syntaxhighlight>
 +
wget http://registrationcenter.intel.com/irc_nas/4547/l_lpk_p_11.2.0.003.tgz
 +
</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
 +
 +
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 ===

Revision as of 15:14, 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

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

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):

 
wget http://registrationcenter.intel.com/irc_nas/4547/l_lpk_p_11.2.0.003.tgz



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

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

Run all listed benchmarks