Mentions légales du service

Skip to content
Snippets Groups Projects
Commit aa6cc96a authored by Florent Didier's avatar Florent Didier
Browse files

[dev] cpu_parameters.rb: Rename 'Core codename' to 'Microarchitecture'

To be coherent with the vocabulary used in g5k_hardware.rb generator.
parent 3a202535
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class CPUParametersGenerator < WikiGenerator ...@@ -10,7 +10,7 @@ class CPUParametersGenerator < WikiGenerator
def generate_content def generate_content
table_columns = ["Installation date", "Site", "Cluster", "CPU Family", "CPU Version", "Core Codename", "Frequency", "Server type", "HT enabled", "Turboboost enabled", "P-State driver", "C-State driver"] table_columns = ["Installation date", "Site", "Cluster", "CPU Family", "CPU Version", "Microarchitecture", "Frequency", "Server type", "HT enabled", "Turboboost enabled", "P-State driver", "C-State driver"]
table_data = [] table_data = []
global_hash = load_yaml_file_hierarchy(File.expand_path("../../input/grid5000/", File.dirname(__FILE__))) global_hash = load_yaml_file_hierarchy(File.expand_path("../../input/grid5000/", File.dirname(__FILE__)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment