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

View File

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