Update nanos6.toml file
This commit is contained in:
parent
fa83f8d278
commit
2017541a55
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user