You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above command uses the default argument values from the `service.py` and `main.py`. The default scheduler is `EDF`. Other options available for the
160
+
service are `FIFO` and `TetriSched`. The DSched scheduler is a specific instantiation of the `TetriSched` scheduler. The other schedulers can be run
161
+
as follows:
162
+
163
+
#### To instantiate FIFO scheduler for the service:
0 commit comments