Update Load Imbalance Pattern authored by Iwainsky, Christian's avatar Iwainsky, Christian
...@@ -23,6 +23,7 @@ Load Imbalance #1 ...@@ -23,6 +23,7 @@ Load Imbalance #1
"type":"bool", "type":"bool",
"tag":"loadimba", "tag":"loadimba",
"level":"job", "level":"job",
"metric(SLURM:CPUh)":"work", // alias for work
"metric(numberOfProcesses)":"number_of_available_compute_units", "metric(numberOfProcesses)":"number_of_available_compute_units",
"metric(jobWallTime)":"walltime", "metric(jobWallTime)":"walltime",
"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?
...@@ -54,6 +55,7 @@ Load Imbalance #2 ...@@ -54,6 +55,7 @@ Load Imbalance #2
"type":"bool", "type":"bool",
"tag":"loadimba", "tag":"loadimba",
"level":"job", "level":"job",
"metric(SLURM:CPUh)":"work", // alias for work
"metric(numberOfProcesses)":"number_of_available_compute_units", "metric(numberOfProcesses)":"number_of_available_compute_units",
"metric(jobWallTime)":"walltime", "metric(jobWallTime)":"walltime",
"parameter": ["load_imbalance_ratio_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing? "parameter": ["load_imbalance_ratio_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
... ...
......