diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2012-08-24 17:32:26 -0400 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2012-08-24 17:32:26 -0400 |
commit | adabb0fa4f3240fbf425541dd0fd07285164a090 (patch) | |
tree | 7330078060fbdd27dc51821dd33bf524eb38506e | |
parent | 82e55e27d4eab2388ee6aee447bb10cfc4058d86 (diff) |
Make fmlp test task more resilient to late completion
-rw-r--r-- | bin/fmlp_test_task.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/fmlp_test_task.c b/bin/fmlp_test_task.c index 6f8e2ec..528585d 100644 --- a/bin/fmlp_test_task.c +++ b/bin/fmlp_test_task.c | |||
@@ -114,7 +114,7 @@ int main(int argc, char** argv) | |||
114 | 114 | ||
115 | ctx[0].id = 0; | 115 | ctx[0].id = 0; |
116 | ctx[0].fd = fd; | 116 | ctx[0].fd = fd; |
117 | ctx[0].exec = 10000000; | 117 | ctx[0].exec = 10500000; |
118 | ctx[0].period = 20000000; | 118 | ctx[0].period = 20000000; |
119 | ctx[0].split = 5; | 119 | ctx[0].split = 5; |
120 | ctx[0].phases = 1; | 120 | ctx[0].phases = 1; |
@@ -124,7 +124,7 @@ int main(int argc, char** argv) | |||
124 | 124 | ||
125 | ctx[1].id = 1; | 125 | ctx[1].id = 1; |
126 | ctx[1].fd = fd; | 126 | ctx[1].fd = fd; |
127 | ctx[1].exec = 10000000; | 127 | ctx[1].exec = 10500000; |
128 | ctx[1].period = 20000000; | 128 | ctx[1].period = 20000000; |
129 | ctx[1].split = 5; | 129 | ctx[1].split = 5; |
130 | ctx[1].phases = 1; | 130 | ctx[1].phases = 1; |
@@ -134,7 +134,7 @@ int main(int argc, char** argv) | |||
134 | 134 | ||
135 | ctx[2].id = 2; | 135 | ctx[2].id = 2; |
136 | ctx[2].fd = fd; | 136 | ctx[2].fd = fd; |
137 | ctx[2].exec = 4000000; | 137 | ctx[2].exec = 4050000; |
138 | ctx[2].period = 10000000; | 138 | ctx[2].period = 10000000; |
139 | ctx[2].split = 1; | 139 | ctx[2].split = 1; |
140 | ctx[2].phases = 0; | 140 | ctx[2].phases = 0; |
@@ -142,7 +142,7 @@ int main(int argc, char** argv) | |||
142 | 142 | ||
143 | ctx[3].id = 3; | 143 | ctx[3].id = 3; |
144 | ctx[3].fd = fd; | 144 | ctx[3].fd = fd; |
145 | ctx[3].exec = 4000000; | 145 | ctx[3].exec = 4050000; |
146 | ctx[3].period = 10000000; | 146 | ctx[3].period = 10000000; |
147 | ctx[3].split = 1; | 147 | ctx[3].split = 1; |
148 | ctx[3].phases = 0; | 148 | ctx[3].phases = 0; |