Difference between revisions of "Benchmarking: Stream (Memory Bandwidth)"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Get the source == * Main STREAM website: http://www.cs.virginia.edu/stream/ * Pull the latest copy of STREAM from: <syntaxhighlight> # (v 5.10 at the time of edit) wget http://w...")
 
Line 1: Line 1:
 +
STREAM: The STREAM benchmark is a simple synthetic benchmark program that measures sustainable memory bandwidth (in MB/s) and the corresponding computation rate for simple vector kernels.
 +
 
== Get the source ==
 
== Get the source ==
 
* Main STREAM website: http://www.cs.virginia.edu/stream/
 
* Main STREAM website: http://www.cs.virginia.edu/stream/

Revision as of 11:12, 21 July 2013

STREAM: The STREAM benchmark is a simple synthetic benchmark program that measures sustainable memory bandwidth (in MB/s) and the corresponding computation rate for simple vector kernels.

Get the source

  # (v 5.10 at the time of edit)
  wget http://www.cs.virginia.edu/stream/FTP/Code/stream.c

Compile

Can use either Intel or GCC to build/compile

Intel

GCC

Run

Results