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/ammunition | |
| 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/ammunition')
| -rw-r--r-- | baseline/source/ammunition/ammunition.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/baseline/source/ammunition/ammunition.c b/baseline/source/ammunition/ammunition.c index 052520e..4ae488b 100644 --- a/baseline/source/ammunition/ammunition.c +++ b/baseline/source/ammunition/ammunition.c | |||
| @@ -1173,13 +1173,11 @@ void _Pragma( "entrypoint" ) ammunition_main( void ) | |||
| 1173 | 1173 | ||
| 1174 | int main( int argc, char **argv ) | 1174 | int main( int argc, char **argv ) |
| 1175 | { | 1175 | { |
| 1176 | SET_UP | 1176 | SET_UP |
| 1177 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 1177 | for_each_job { |
| 1178 | START_LOOP | 1178 | ammunition_init(); |
| 1179 | ammunition_init(); | 1179 | ammunition_main(); |
| 1180 | ammunition_main(); | 1180 | } |
| 1181 | STOP_LOOP | 1181 | WRITE_TO_FILE |
| 1182 | } | ||
| 1183 | WRITE_TO_FILE | ||
| 1184 | return ( ammunition_return() ); | 1182 | return ( ammunition_return() ); |
| 1185 | } | 1183 | } |
