Removed value type from option description.

This commit is contained in:
Pradyumna Kaushik 2018-10-05 23:19:44 -04:00
parent b61f4f2525
commit 943f20cb1e

View file

@ -102,7 +102,7 @@ Use the `-schedPolConfig` option to specify the path of the scheduling policy co
```
The following options can be used when scheduling policy switching is enabled.
* `-fixFirstSchedPol` - Fix the first scheduling policy that is deployed (value=int)
* `-fixFirstSchedPol` - Fix the first scheduling policy that is deployed.
* `-fixSchedWindow` - Allow the size of the scheduling window to be fixed.
* `-schedWindowSize` - Specify the size of the scheduling window (value=int). If no scheduling window size specified and `fixSchedWindow` option is enabled, the default size of 200 is used.
* `-schedWindowSize` - Specify the size of the scheduling window. If no scheduling window size specified and `fixSchedWindow` option is enabled, the default size of 200 is used.
* `-schedPolSwitchCriteria` - Criteria to be used when deciding the next scheduling policy to switch to. Default criteria is task distribution (_taskDist_) based. However, one can either switch based on a Round Robin (_round-robin_) or Reverse Round Robin (_rev-round-robin_) order.