Difference between revisions of "Benchmarking: Stream Memory"

From Define Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=== How to run: ===
+
== Prerequisites ==
  
Disable Hyperthreading, install ICC and use the following commands:
+
Fully up to date Centos, Install ICC and hyper threading '''disabled''' in BIOS.
 +
 
 +
=== Install ICC ===
 +
 
 +
??????
 +
 
 +
=== How to run Stream: ===
  
 
Potential ICC location:
 
Potential ICC location:

Revision as of 10:50, 3 September 2014

Prerequisites

Fully up to date Centos, Install ICC and hyper threading disabled in BIOS.

Install ICC

??????

How to run Stream:

Potential ICC location:

/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/


To load it into the paths:

source /opt/intel/composer_xe_2013_sp1.3.174/bin/iccvars.sh intel64

Compile:

icc -O3 -fopenmp -DSTREAM_ARRAY_SIZE=999999999 -mcmodel=large stream.c -o stream_icc

Run:

./stream_icc