Update nanos6.toml file

This commit is contained in:
Rodrigo Arias 2022-11-14 12:12:00 +01:00
parent fa83f8d278
commit 2017541a55
2 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@
# Possible values: "discrete", "regions"
dependencies = "discrete"
# Choose the instrumentation variant to run. Default is "none"
# Possible values: "none", "ctf", "extrae", "graph", "lint", "stats", "verbose"
# Possible values: "none", "ctf", "ovni", "extrae", "graph", "lint", "stats", "verbose"
instrument = "ovni"
[turbo]
@ -21,10 +21,10 @@
# Choose the task scheduling policy. Default is "fifo"
# Possible values: "fifo", "lifo"
policy = "fifo"
# Enable the immediate successor feature to improve cache data reutilization between successor
# tasks. If enabled, when a CPU finishes a task it starts executing the successor task (computed
# through their data dependencies). Default is true
immediate_successor = true
# Probability of enabling the immediate successor feature to improve cache data reutilization between
# successor tasks. If enabled, when a CPU finishes a task it starts executing the successor task
# (computed through their data dependencies). Default is 1.0
immediate_successor = 1.0
# Indicate whether the scheduler should consider task priorities defined by the user in the
# task's priority clause. Default is true
priority = true

View File

@ -7,7 +7,7 @@
# Possible values: "discrete", "regions"
dependencies = "discrete"
# Choose the instrumentation variant to run. Default is "none"
# Possible values: "none", "ctf", "extrae", "graph", "lint", "stats", "verbose"
# Possible values: "none", "ctf", "ovni", "extrae", "graph", "lint", "stats", "verbose"
instrument = "ovni"
[turbo]
@ -21,10 +21,10 @@
# Choose the task scheduling policy. Default is "fifo"
# Possible values: "fifo", "lifo"
policy = "fifo"
# Enable the immediate successor feature to improve cache data reutilization between successor
# tasks. If enabled, when a CPU finishes a task it starts executing the successor task (computed
# through their data dependencies). Default is true
immediate_successor = true
# Probability of enabling the immediate successor feature to improve cache data reutilization between
# successor tasks. If enabled, when a CPU finishes a task it starts executing the successor task
# (computed through their data dependencies). Default is 1.0
immediate_successor = 1.0
# Indicate whether the scheduler should consider task priorities defined by the user in the
# task's priority clause. Default is true
priority = true