diff options
author | leochanj105 <leochanj@live.unc.edu> | 2020-10-23 18:03:24 -0400 |
---|---|---|
committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-23 18:03:24 -0400 |
commit | 011e22414a2f51a27bfa621804d810c435d135b5 (patch) | |
tree | 7a54974b62d6e58511a85e0f4b8b16e919efa353 /extra.h | |
parent | 87997c91b55c9e84097a7c79c63d583044ff4c63 (diff) | |
parent | 3498e3270194093098f9b8275901517fa2f9fa32 (diff) |
wip
Diffstat (limited to 'extra.h')
-rw-r--r-- | extra.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -83,7 +83,7 @@ long unsigned int _rt_period; | |||
83 | static void _rt_load_params_itrl(int argc, char **argv) { | 83 | static void _rt_load_params_itrl(int argc, char **argv) { |
84 | #ifdef PAIRED | 84 | #ifdef PAIRED |
85 | if (argc != (8 + LITMUS*2) && argc != (9 + LITMUS*2)) { | 85 | if (argc != (8 + LITMUS*2) && argc != (9 + LITMUS*2)) { |
86 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <other core> <other name> <runID> <save results?>", argv[0]); | 86 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <other core> <other name> <runID> <save results?> <pairID>\n", argv[0]); |
87 | #else | 87 | #else |
88 | if (argc != (6 + LITMUS*2)) { | 88 | if (argc != (6 + LITMUS*2)) { |
89 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <runID> <save results?>\n", argv[0]); | 89 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <runID> <save results?>\n", argv[0]); |
@@ -218,7 +218,6 @@ static void _rt_load_params_itrl(int argc, char **argv) { | |||
218 | rt_param.phase = 0; | 218 | rt_param.phase = 0; |
219 | rt_param.priority = LITMUS_LOWEST_PRIORITY; | 219 | rt_param.priority = LITMUS_LOWEST_PRIORITY; |
220 | rt_param.cls = crit; | 220 | rt_param.cls = crit; |
221 | rt_param.release_policy = TASK_PERIODIC; | ||
222 | rt_param.budget_policy = NO_ENFORCEMENT; | 221 | rt_param.budget_policy = NO_ENFORCEMENT; |
223 | rt_param.cpu = _rt_core; | 222 | rt_param.cpu = _rt_core; |
224 | rt_param.release_policy = TASK_PERIODIC; | 223 | rt_param.release_policy = TASK_PERIODIC; |