diff options
| author | leochanj <jbakita@cs.unc.edu> | 2020-10-20 21:46:20 -0400 |
|---|---|---|
| committer | leochanj <jbakita@cs.unc.edu> | 2020-10-20 21:46:20 -0400 |
| commit | e2b50015cebdfba68699abd6e8575e38230f5a78 (patch) | |
| tree | 8bc28e082ad58e5fec07de81fd7c7f9bd9db2686 /baseline/source/ndes/ndes.c | |
| parent | 79f30887129145e15e5172e36a7d7602859fc932 (diff) | |
| parent | dd606a16e840880e7617b140f6083af8ea83b6b7 (diff) | |
Merge branch 'rtas20-wip' into sd-vbs
Diffstat (limited to 'baseline/source/ndes/ndes.c')
| -rw-r--r-- | baseline/source/ndes/ndes.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/baseline/source/ndes/ndes.c b/baseline/source/ndes/ndes.c index f169c62..5d00d94 100644 --- a/baseline/source/ndes/ndes.c +++ b/baseline/source/ndes/ndes.c | |||
| @@ -365,14 +365,12 @@ void _Pragma( "entrypoint" ) ndes_main() | |||
| 365 | 365 | ||
| 366 | int main( int argc, char **argv ) | 366 | int main( int argc, char **argv ) |
| 367 | { | 367 | { |
| 368 | SET_UP | 368 | SET_UP |
| 369 | for(jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 369 | for_each_job { |
| 370 | START_LOOP | 370 | ndes_init(); |
| 371 | ndes_init(); | 371 | ndes_main(); |
| 372 | ndes_main(); | 372 | } |
| 373 | STOP_LOOP | 373 | WRITE_TO_FILE |
| 374 | } | ||
| 375 | WRITE_TO_FILE | ||
| 376 | 374 | ||
| 377 | return ( ndes_return() ); | 375 | return ( ndes_return() ); |
| 378 | } | 376 | } |
