From 29b84a00c7c5f5071f2c9131259f999a79960be6 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 4 Oct 2018 20:15:07 -0400 Subject: [PATCH] shortened value names. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be6a58b..5d3be02 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If the power capping policy is _Extrema_ or _Progressive Extrema_, then the foll Use the `-schedPolicy` option with the name of the scheduling policy to be deployed.
The default scheduling policy is First Fit. ```commandline -./elektron -master -workload -schedPolicy +./elektron -master -workload -schedPolicy ``` _Note_: To obtain the list of possible scheduling policy names, use the `-listSchedPolicies` option. @@ -82,7 +82,7 @@ One needs to also provide a scheduling policy configuration file (see [schedPolC Use the `-schedPolConfig` option to specify the path of the scheduling policy configuration file. ```commandline -./elektron -master -workload -switchSchedPolicy -schedPolConfig +./elektron -master -workload -switchSchedPolicy -schedPolConfig ``` The following options can be used when scheduling policy switching is enabled.