mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 05:30:24 +00:00
Merge pull request #815 from JakeHillion/pr815
layered: make disable_topology arg require equals
This commit is contained in:
commit
abc202c972
@ -417,7 +417,7 @@ struct Opts {
|
||||
/// Disable topology awareness. When enabled, the "nodes" and "llcs" settings on
|
||||
/// a layer are ignored. Defaults to false on topologies with multiple NUMA nodes
|
||||
/// or LLCs, and true otherwise.
|
||||
#[arg(short = 't', long, num_args = 0..=1, default_missing_value = "true")]
|
||||
#[arg(short = 't', long, num_args = 0..=1, default_missing_value = "true", require_equals = true)]
|
||||
disable_topology: Option<bool>,
|
||||
|
||||
/// Enable cross NUMA preemption.
|
||||
|
Loading…
Reference in New Issue
Block a user