From 293847eb304e1971a61571987c4453895919e3a2 Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Tue, 26 Jan 2016 15:00:19 +0100
Subject: [PATCH] Revert "[lyon] Update cpu frequency on hercule (now 2.5Ghz in
 jessie)"

This reverts commit 0e952ce89afb2c8060ac3e25110231f5b074eafa.
---
 data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json  | 2 +-
 data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json  | 2 +-
 data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json  | 2 +-
 data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json  | 2 +-
 .../input/sites/lyon/clusters/hercule/nodes/hercule-1.yaml      | 2 +-
 .../input/sites/lyon/clusters/hercule/nodes/hercule-2.yaml      | 2 +-
 .../input/sites/lyon/clusters/hercule/nodes/hercule-3.yaml      | 2 +-
 .../input/sites/lyon/clusters/hercule/nodes/hercule-4.yaml      | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
index 9ac34d10f11..8de4964e855 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
@@ -116,7 +116,7 @@
     "cache_l1i": 32768,
     "cache_l2": 262144,
     "cache_l3": 15728640,
-    "clock_speed": 2500000000,
+    "clock_speed": 2000000000,
     "instruction_set": "x86-64",
     "model": "Intel Xeon",
     "other_description": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
index e608d730bc7..3558cd79bd1 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
@@ -116,7 +116,7 @@
     "cache_l1i": 32768,
     "cache_l2": 262144,
     "cache_l3": 15728640,
-    "clock_speed": 2500000000,
+    "clock_speed": 2000000000,
     "instruction_set": "x86-64",
     "model": "Intel Xeon",
     "other_description": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
index 98e799ee9ba..42c0df5a69a 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
@@ -116,7 +116,7 @@
     "cache_l1i": 32768,
     "cache_l2": 262144,
     "cache_l3": 15728640,
-    "clock_speed": 2500000000,
+    "clock_speed": 2000000000,
     "instruction_set": "x86-64",
     "model": "Intel Xeon",
     "other_description": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
index 8f1d8e88a20..e0d6b9020ed 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
@@ -116,7 +116,7 @@
     "cache_l1i": 32768,
     "cache_l2": 262144,
     "cache_l3": 15728640,
-    "clock_speed": 2500000000,
+    "clock_speed": 2000000000,
     "instruction_set": "x86-64",
     "model": "Intel Xeon",
     "other_description": "Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz",
diff --git a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-1.yaml b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-1.yaml
index ee0b0e0b71d..a6ce94ed928 100644
--- a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-1.yaml
+++ b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-1.yaml
@@ -75,7 +75,7 @@ hercule-1:
   processor:
     model: Intel Xeon
     cache_l1d: 32768
-    clock_speed: 2500000000
+    clock_speed: 2000000000
     other_description: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
     version: E5-2620
     cache_l2: 262144
diff --git a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-2.yaml b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-2.yaml
index 19459492823..205db1e42ea 100644
--- a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-2.yaml
+++ b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-2.yaml
@@ -75,7 +75,7 @@ hercule-2:
   processor:
     model: Intel Xeon
     cache_l1d: 32768
-    clock_speed: 2500000000
+    clock_speed: 2000000000
     other_description: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
     version: E5-2620
     cache_l2: 262144
diff --git a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-3.yaml b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-3.yaml
index 5783c3af107..326cefcd375 100644
--- a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-3.yaml
+++ b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-3.yaml
@@ -73,7 +73,7 @@ hercule-3:
   processor:
     model: Intel Xeon
     cache_l1d: 32768
-    clock_speed: 2500000000
+    clock_speed: 2000000000
     other_description: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
     version: E5-2620
     cache_l2: 262144
diff --git a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-4.yaml b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-4.yaml
index 1f3a0951ce8..36a00d2bf4c 100644
--- a/generators/input/sites/lyon/clusters/hercule/nodes/hercule-4.yaml
+++ b/generators/input/sites/lyon/clusters/hercule/nodes/hercule-4.yaml
@@ -75,7 +75,7 @@ hercule-4:
   processor:
     model: Intel Xeon
     cache_l1d: 32768
-    clock_speed: 2500000000
+    clock_speed: 2000000000
     other_description: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
     version: E5-2620
     cache_l2: 262144
-- 
GitLab