"parameter": ["load_imbalance_ratio_threshold","load_imbalance_waste_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
"parameter": ["load_imbalance_ratio_threshold","load_imbalance_waste_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
"rule_terms":[
"rule_terms":[
{"work_per_process": "GatherFromAllRanks(SelectMetric(work,OverAll))"}, // select the work from all processes
{"work_per_process": "GatherFromAllRanks(SelectMetric(work,OverAll))"}, // select the work from all processes
...
@@ -55,4 +42,30 @@ Ausgabe: highmem ist True
...
@@ -55,4 +42,30 @@ Ausgabe: highmem ist True
"template":"This job was detected as a possible load imbalance issue."
"template":"This job was detected as a possible load imbalance issue."