diff options
author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
---|---|---|
committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
tree | c76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/empty.c | |
parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/empty.c')
-rw-r--r-- | all_pairs/source/empty.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/all_pairs/source/empty.c b/all_pairs/source/empty.c new file mode 100644 index 0000000..e4fd214 --- /dev/null +++ b/all_pairs/source/empty.c | |||
@@ -0,0 +1,11 @@ | |||
1 | #include "../extra.h" | ||
2 | |||
3 | int main(int argc, char **argv) | ||
4 | { | ||
5 | SET_UP | ||
6 | for (jobsComplete=-1; jobsComplete<maxJobs; jobsComplete++){ | ||
7 | START_LOOP | ||
8 | STOP_LOOP | ||
9 | } | ||
10 | WRITE_TO_FILE | ||
11 | } | ||