pavilion2 icon indicating copy to clipboard operation
pavilion2 copied to clipboard

Add min_tasks_per node schedule parameter

Open tygoetsch opened this issue 3 years ago • 1 comments

This would allow the following functionality in a test:

base:
  schedule:
    tasks_per_node: "{{sched.min_tasks_per}}"

tygoetsch avatar Jul 12 '22 19:07 tygoetsch

Not quite what I was going for. That still has the problem of using a variable to produced by scheduling to configure scheduling.

More like:

base:
  schedule:
    tasks_per_node: all
    min_tasks_per_node: 32

Paul-Ferrell avatar Jul 13 '22 18:07 Paul-Ferrell