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/Update/update.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/Update/update.c')
-rw-r--r-- | dis/Update/update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dis/Update/update.c b/dis/Update/update.c index b7bf2b5..a41f3e1 100644 --- a/dis/Update/update.c +++ b/dis/Update/update.c | |||
@@ -134,10 +134,10 @@ int main(int argc, char **argv) { | |||
134 | endTime = time(NULL); | 134 | endTime = time(NULL); |
135 | 135 | ||
136 | volatile int _stop_optimizer = hops; | 136 | volatile int _stop_optimizer = hops; |
137 | // fprintf(stdout, "%u hops\n", hops); | 137 | //fprintf(stdout, "%u hops\n", hops); |
138 | fprintf(stderr, "time for update stressmark = %f seconds.\n", | 138 | fprintf(stderr, "time for update stressmark = %f seconds.\n", |
139 | difftime(endTime, startTime)); | 139 | difftime(endTime, startTime)); |
140 | free(field); | 140 | free(field); |
141 | WRITE_TO_FILE | 141 | WRITE_TO_FILE |
142 | return (1); | 142 | return (0); |
143 | } | 143 | } |