diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 15:17:24 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 15:17:24 -0400 |
commit | 97c1685def13be3724a6d025f4e12f236777a911 (patch) | |
tree | c1e86cd3ed0f4cbe7fb04987ec8e2e89f9a61bee /all_pairs/source/epic/epic.c | |
parent | cef282a003b65df452a51f12773799f83c3cd627 (diff) |
Cleanup `extra.h` for pairs and add option to use that in DIS build
Also remove some unused code from the cleanupSemaphores utility
Diffstat (limited to 'all_pairs/source/epic/epic.c')
-rw-r--r-- | all_pairs/source/epic/epic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all_pairs/source/epic/epic.c b/all_pairs/source/epic/epic.c index 13ba442..e258a4a 100644 --- a/all_pairs/source/epic/epic.c +++ b/all_pairs/source/epic/epic.c | |||
@@ -1130,7 +1130,7 @@ int epic_return(){ | |||
1130 | int main( int argc, char **argv ) | 1130 | int main( int argc, char **argv ) |
1131 | { | 1131 | { |
1132 | SET_UP | 1132 | SET_UP |
1133 | for (jobsComplete=-1; jobsComplete<maxJobs; jobsComplete++){ | 1133 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ |
1134 | START_LOOP | 1134 | START_LOOP |
1135 | epic_init(); | 1135 | epic_init(); |
1136 | epic_main(); | 1136 | epic_main(); |