Skip to content

Commit

Permalink
Format String in InfinibandBenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sjshao09 committed Jun 27, 2016
1 parent 358cc5d commit 1841fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ double measuredInifibandBandwidth(long sizeInBytes, double runtimeS) {

int check(long got, long expected, int i, int streamNo) {
if (got != expected) {
printf("Output from DFE did not match CPU (stream: %d): %d : %d != %d\n",
printf("Output from DFE did not match CPU (stream: %d): %d : %ld != %ld\n",
streamNo, i, got, expected);
return 1;
}
Expand Down

0 comments on commit 1841fd7

Please sign in to comment.