Skip to content

Commit

Permalink
Bug fix for STREAM 5.10
Browse files Browse the repository at this point in the history
The new version renamed the preprocessor directive N to
STREAM_ARRAY_SIZE. The stream-scaling script needs to use
the new name.
  • Loading branch information
eshelman committed Apr 29, 2014
1 parent 87ecd47 commit ae7ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream-scaling
Expand Up @@ -271,7 +271,7 @@ function stream_array_elements {

echo === CPU cache information ===
stream_array_elements ARRAY_SIZE
ARRAY_FLAG="-DN=$ARRAY_SIZE"
ARRAY_FLAG="-D STREAM_ARRAY_SIZE=$ARRAY_SIZE"
if [ -n "$DEBUG" ] ; then
echo Array size is $ARRAY_SIZE
echo Array flag is $ARRAY_FLAG
Expand Down

0 comments on commit ae7ce96

Please sign in to comment.