Changes
Page history
Update Load Imbalance Pattern
authored
Jun 19, 2023
by
Iwainsky, Christian
Show whitespace changes
Inline
Side-by-side
Load-Imbalance-Pattern.md
View page @
df6c2241
...
...
@@ -23,6 +23,7 @@ Load Imbalance #1
"type":"bool",
"tag":"loadimba",
"level":"job",
"metric(SLURM:CPUh)":"work", // alias for work
"metric(numberOfProcesses)":"number_of_available_compute_units",
"metric(jobWallTime)":"walltime",
"parameter": ["load_imbalance_ratio_threshold","load_imbalance_waste_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
...
...
@@ -54,6 +55,7 @@ Load Imbalance #2
"type":"bool",
"tag":"loadimba",
"level":"job",
"metric(SLURM:CPUh)":"work", // alias for work
"metric(numberOfProcesses)":"number_of_available_compute_units",
"metric(jobWallTime)":"walltime",
"parameter": ["load_imbalance_ratio_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
...
...
...
...