Removed commands to plug-in scheduling policies.
The documentation on the different scheduling policies should technically not include the commands to be used to plug them in. The commands would need to be present in a separate section that talks about different ways to run Elektron.
This commit is contained in:
parent
888e2b7acc
commit
59e84f9a9f
1 changed files with 0 additions and 11 deletions
|
@ -3,17 +3,6 @@ Elektron: Pluggable Scheduling Policies
|
|||
|
||||
_Elektron_ is capable of deploying different scheduling policies. The scheduling policy to be plugged in can be specified using the `-schedPolicy` command-line option.
|
||||
|
||||
For example, to run _Elektron_ with the First-Fit scheduling policy, use the below command.
|
||||
```commandline
|
||||
./elektron -w <workload> -schedPolicy first-fit
|
||||
```
|
||||
|
||||
To get the list of all scheduling policies that can be plugged into _Elektron_, use the `-listSchedPolicies` command-line option as shown below.
|
||||
|
||||
```commandline
|
||||
./elektron -listSchedPolicies
|
||||
```
|
||||
|
||||
##__Scheduling Policies__
|
||||
|
||||
* **First Fit** - *Find the first task in the job queue whose
|
||||
|
|
Reference in a new issue