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 /baseline/source/fmref | |
| 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 'baseline/source/fmref')
| -rw-r--r-- | baseline/source/fmref/fmref.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/baseline/source/fmref/fmref.c b/baseline/source/fmref/fmref.c index e4c9aaa..b086f5a 100644 --- a/baseline/source/fmref/fmref.c +++ b/baseline/source/fmref/fmref.c | |||
| @@ -77,14 +77,12 @@ int fmref_return(void) | |||
| 77 | 77 | ||
| 78 | int main(int argc, char **argv){ | 78 | int main(int argc, char **argv){ |
| 79 | 79 | ||
| 80 | SET_UP | 80 | SET_UP |
| 81 | for(jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 81 | for_each_job { |
| 82 | START_LOOP | 82 | fmref_init(); |
| 83 | fmref_init(); | 83 | fmref_main(); |
| 84 | fmref_main(); | 84 | } |
| 85 | STOP_LOOP | 85 | WRITE_TO_FILE |
| 86 | } | ||
| 87 | WRITE_TO_FILE | ||
| 88 | return fmref_return(); | 86 | return fmref_return(); |
| 89 | } | 87 | } |
| 90 | 88 | ||
