Benchmarking: Stream Memory

From Define Wiki
Revision as of 11:42, 2 September 2014 by Matthew (talk | contribs) (Created page with "How to run: Disable Hyperthreading, install ICC and use the following commands: Potential ICC location: <syntaxhighlight> /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ </syntaxhighlight> T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to run:

Disable Hyperthreading, install ICC and use the following commands:

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