Difference between revisions of "Benchmarking: Stream (Memory Bandwidth)"
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
- Main STREAM website: http://www.cs.virginia.edu/stream/
- Pull the latest copy of STREAM from:
# (v 5.10 at the time of edit)
wget http://www.cs.virginia.edu/stream/FTP/Code/stream.cCompile
Can use either Intel or GCC to build/compile