This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
_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.