diff options
author | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 21:55:11 -0400 |
---|---|---|
committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 21:55:11 -0400 |
commit | e2d933df44b7b387b41c8c7805393ad3857c4448 (patch) | |
tree | 35cbeee7b13ff92e3cb09e2bef5128a558ec39f1 /dis/Matrix/ver2/matrix.c | |
parent | a32f220f06cc463e5b56e7fa0b1b1334d94d08f3 (diff) | |
parent | e2b50015cebdfba68699abd6e8575e38230f5a78 (diff) |
Merge branch 'sd-vbs' of ssh://rtsrv.cs.unc.edu/public/mc2-scripts-and-benchmarks into sd-vbs
Diffstat (limited to 'dis/Matrix/ver2/matrix.c')
-rwxr-xr-x | dis/Matrix/ver2/matrix.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dis/Matrix/ver2/matrix.c b/dis/Matrix/ver2/matrix.c index 5162579..9d9ac7e 100755 --- a/dis/Matrix/ver2/matrix.c +++ b/dis/Matrix/ver2/matrix.c | |||
@@ -551,8 +551,10 @@ int main(int argc, char **argv) { | |||
551 | sum += sum + *(vectorX + k); | 551 | sum += sum + *(vectorX + k); |
552 | } | 552 | } |
553 | 553 | ||
554 | fprintf(stdout, "sum = %f, actualError = %e, actualIteration = %d\n", sum, | 554 | //fprintf(stdout, "sum = %f, actualError = %e, actualIteration = %d\n", sum, |
555 | actualError, actualIteration); | 555 | // actualError, actualIteration); |
556 | volatile double _stop_optimizer = sum + actualError + actualIteration; | ||
557 | |||
556 | fprintf(stderr, "time for matrix stressmark = %f seconds.\n", | 558 | fprintf(stderr, "time for matrix stressmark = %f seconds.\n", |
557 | difftime(endTime, beginTime)); | 559 | difftime(endTime, beginTime)); |
558 | 560 | ||