diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-20 16:26:25 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-20 16:26:25 -0400 |
| commit | 2e4b1efc7e46b1278e162cb63632546af8f3e0e9 (patch) | |
| tree | e74b7be70efb34b192e3fa11c3ff41c6fdfa643e /baseline/source/susan | |
| parent | 03412b9f841f140b9b7410a1890298e3ac2835db (diff) | |
Convert TACLeBench to use new libextra API
No other changes.
Diffstat (limited to 'baseline/source/susan')
| -rw-r--r-- | baseline/source/susan/susan.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/baseline/source/susan/susan.c b/baseline/source/susan/susan.c index dc27fb1..9de5f01 100644 --- a/baseline/source/susan/susan.c +++ b/baseline/source/susan/susan.c | |||
| @@ -2002,11 +2002,9 @@ int susan_return( void ) | |||
| 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 | ||
| 2007 | susan_init(); | 2006 | susan_init(); |
| 2008 | susan_main(); | 2007 | susan_main(); |
| 2009 | STOP_LOOP | ||
| 2010 | } | 2008 | } |
| 2011 | WRITE_TO_FILE | 2009 | WRITE_TO_FILE |
| 2012 | 2010 | ||
