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/susan/susan.c | |
| parent | 79f30887129145e15e5172e36a7d7602859fc932 (diff) | |
| parent | dd606a16e840880e7617b140f6083af8ea83b6b7 (diff) | |
Merge branch 'rtas20-wip' into sd-vbs
Diffstat (limited to 'baseline/source/susan/susan.c')
| -rw-r--r-- | baseline/source/susan/susan.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/baseline/source/susan/susan.c b/baseline/source/susan/susan.c index dc27fb1..14a2f28 100644 --- a/baseline/source/susan/susan.c +++ b/baseline/source/susan/susan.c | |||
| @@ -2001,14 +2001,12 @@ int susan_return( void ) | |||
| 2001 | 2001 | ||
| 2002 | int main( int argc, char **argv ) | 2002 | int main( int argc, char **argv ) |
| 2003 | { | 2003 | { |
| 2004 | SET_UP | 2004 | SET_UP |
| 2005 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 2005 | for_each_job { |
| 2006 | START_LOOP | 2006 | susan_init(); |
| 2007 | susan_init(); | 2007 | susan_main(); |
| 2008 | susan_main(); | 2008 | } |
| 2009 | STOP_LOOP | 2009 | WRITE_TO_FILE |
| 2010 | } | ||
| 2011 | WRITE_TO_FILE | ||
| 2012 | 2010 | ||
| 2013 | return susan_return(); | 2011 | return susan_return(); |
| 2014 | } | 2012 | } |
