diff options
| author | Jeremy Erickson <jerickso@cs.unc.edu> | 2012-12-26 22:52:36 -0500 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-12-27 04:34:39 -0500 |
| commit | 9a90777ac5b7741a7a1be2c0faff1717c841675f (patch) | |
| tree | 99cfb99960e8d71f92752dd627607b8731b6d5f3 /native/include | |
| parent | 0141356271ff20567841135453cfb2a670e23f8d (diff) | |
Use utilization cap instead of number of CPUs where applicable
Diffstat (limited to 'native/include')
| -rw-r--r-- | native/include/edf/gel_pl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/include/edf/gel_pl.h b/native/include/edf/gel_pl.h index 1127d50..d70138a 100644 --- a/native/include/edf/gel_pl.h +++ b/native/include/edf/gel_pl.h | |||
| @@ -12,6 +12,7 @@ class GELPl | |||
| 12 | std::vector<unsigned long> bounds; | 12 | std::vector<unsigned long> bounds; |
| 13 | int no_cpus; | 13 | int no_cpus; |
| 14 | const TaskSet& tasks; | 14 | const TaskSet& tasks; |
| 15 | int util_ceil; | ||
| 15 | int rounds; | 16 | int rounds; |
| 16 | std::vector<fractional_t> S_i; | 17 | std::vector<fractional_t> S_i; |
| 17 | std::vector<fractional_t> G_i; | 18 | std::vector<fractional_t> G_i; |
