From 71ca8b4864ed86a6be9b5f28f2ae1fb1f8f417ef Mon Sep 17 00:00:00 2001
From: Baptiste Jonglez <baptiste.jonglez@imag.fr>
Date: Wed, 7 Oct 2020 10:27:15 +0200
Subject: [PATCH] [input] Remove manual core_flops and node_flops, they are
 generated automatically now

---
 input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml          | 3 ---
 input/grid5000/sites/grenoble/clusters/troll/troll.yaml        | 3 ---
 input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml          | 3 ---
 input/grid5000/sites/lille/clusters/chetemi/chetemi.yaml       | 3 ---
 input/grid5000/sites/lille/clusters/chiclet/chiclet.yaml       | 3 ---
 input/grid5000/sites/lille/clusters/chifflet/chifflet.yaml     | 3 ---
 input/grid5000/sites/lille/clusters/chifflot/chifflot.yaml     | 3 ---
 .../sites/luxembourg/clusters/petitprince/petitprince.yaml     | 3 ---
 input/grid5000/sites/lyon/clusters/gemini/gemini.yaml          | 3 ---
 input/grid5000/sites/lyon/clusters/hercule/hercule.yaml        | 3 ---
 input/grid5000/sites/lyon/clusters/nova/nova.yaml              | 3 ---
 input/grid5000/sites/lyon/clusters/orion/orion.yaml            | 3 ---
 input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml            | 3 ---
 input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml  | 3 ---
 input/grid5000/sites/lyon/clusters/taurus/taurus.yaml          | 3 ---
 input/grid5000/sites/nancy/clusters/graffiti/graffiti.yaml     | 3 ---
 input/grid5000/sites/nancy/clusters/graoully/graoully.yaml     | 3 ---
 input/grid5000/sites/nancy/clusters/graphique/graphique.yaml   | 3 ---
 input/grid5000/sites/nancy/clusters/graphite/graphite.yaml     | 3 ---
 input/grid5000/sites/nancy/clusters/grappe/grappe.yaml         | 3 ---
 input/grid5000/sites/nancy/clusters/grcinq/grcinq.yaml         | 3 ---
 input/grid5000/sites/nancy/clusters/grele/grele.yaml           | 3 ---
 input/grid5000/sites/nancy/clusters/grimani/grimani.yaml       | 3 ---
 input/grid5000/sites/nancy/clusters/grimoire/grimoire.yaml     | 3 ---
 input/grid5000/sites/nancy/clusters/grisou/grisou.yaml         | 3 ---
 input/grid5000/sites/nancy/clusters/gros/gros.yaml             | 3 ---
 input/grid5000/sites/nancy/clusters/grue/grue.yaml             | 3 ---
 input/grid5000/sites/nancy/clusters/grvingt/grvingt.yaml       | 3 ---
 input/grid5000/sites/nantes/clusters/econome/econome.yaml      | 3 ---
 input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml      | 3 ---
 input/grid5000/sites/rennes/clusters/paranoia/paranoia.yaml    | 3 ---
 input/grid5000/sites/rennes/clusters/parapide/parapide.yaml    | 3 ---
 input/grid5000/sites/rennes/clusters/parapluie/parapluie.yaml  | 3 ---
 input/grid5000/sites/rennes/clusters/parasilo/parasilo.yaml    | 3 ---
 input/grid5000/sites/rennes/clusters/paravance/paravance.yaml  | 3 ---
 input/grid5000/sites/sophia/clusters/uvb/uvb.yaml              | 3 ---
 36 files changed, 108 deletions(-)

diff --git a/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml b/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml
index 9eeffcbc50..a1cd1ef1b0 100644
--- a/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml
+++ b/input/grid5000/sites/grenoble/clusters/dahu/dahu.yaml
@@ -16,9 +16,6 @@ nodes:
       clock_speed: 2100000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 12790000000
-      node_flops: 428900000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/grenoble/clusters/troll/troll.yaml b/input/grid5000/sites/grenoble/clusters/troll/troll.yaml
index ab03121355..ff0eaa47a3 100644
--- a/input/grid5000/sites/grenoble/clusters/troll/troll.yaml
+++ b/input/grid5000/sites/grenoble/clusters/troll/troll.yaml
@@ -16,9 +16,6 @@ nodes:
       deploy: true
       besteffort: true
       max_walltime: 0
-    performance:
-      core_flops: 16118000000
-      node_flops: 466290000000
     network_adapters:
       bmc:
         interface: Ethernet
diff --git a/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml b/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
index 2be8a2a6c7..4832df2c13 100644
--- a/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
+++ b/input/grid5000/sites/grenoble/clusters/yeti/yeti.yaml
@@ -14,9 +14,6 @@ nodes:
       clock_speed: 2100000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 12240000000
-      node_flops: 847200000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/lille/clusters/chetemi/chetemi.yaml b/input/grid5000/sites/lille/clusters/chetemi/chetemi.yaml
index f99364a3df..a573aafa7d 100644
--- a/input/grid5000/sites/lille/clusters/chetemi/chetemi.yaml
+++ b/input/grid5000/sites/lille/clusters/chetemi/chetemi.yaml
@@ -19,9 +19,6 @@ nodes:
       clock_speed: 2200000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 15690000000
-      node_flops: 331400000000
     monitoring:
       wattmeter: multiple
     network_adapters:
diff --git a/input/grid5000/sites/lille/clusters/chiclet/chiclet.yaml b/input/grid5000/sites/lille/clusters/chiclet/chiclet.yaml
index a4810003bd..cb0ae87031 100644
--- a/input/grid5000/sites/lille/clusters/chiclet/chiclet.yaml
+++ b/input/grid5000/sites/lille/clusters/chiclet/chiclet.yaml
@@ -19,9 +19,6 @@ nodes:
       clock_speed: 2200000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 12600000000
-      node_flops: 380100000000
     monitoring:
       wattmeter: multiple
     network_adapters:
diff --git a/input/grid5000/sites/lille/clusters/chifflet/chifflet.yaml b/input/grid5000/sites/lille/clusters/chifflet/chifflet.yaml
index ba672803f2..e1bcb11ee5 100644
--- a/input/grid5000/sites/lille/clusters/chifflet/chifflet.yaml
+++ b/input/grid5000/sites/lille/clusters/chifflet/chifflet.yaml
@@ -19,9 +19,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 15730000000
-      node_flops: 419500000000
     monitoring:
       wattmeter: multiple
     network_adapters:
diff --git a/input/grid5000/sites/lille/clusters/chifflot/chifflot.yaml b/input/grid5000/sites/lille/clusters/chifflot/chifflot.yaml
index 1a2da8e379..e64003ac13 100644
--- a/input/grid5000/sites/lille/clusters/chifflot/chifflot.yaml
+++ b/input/grid5000/sites/lille/clusters/chifflot/chifflot.yaml
@@ -19,9 +19,6 @@ nodes:
       clock_speed: 2600000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 16360000000
-      node_flops: 408900000000
     monitoring:
       wattmeter: multiple
     network_adapters:
diff --git a/input/grid5000/sites/luxembourg/clusters/petitprince/petitprince.yaml b/input/grid5000/sites/luxembourg/clusters/petitprince/petitprince.yaml
index a4aa176c8f..8eba4668ba 100644
--- a/input/grid5000/sites/luxembourg/clusters/petitprince/petitprince.yaml
+++ b/input/grid5000/sites/luxembourg/clusters/petitprince/petitprince.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2000000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      node_flops: 130.6e+9
-      core_flops: 12.14e+9
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/lyon/clusters/gemini/gemini.yaml b/input/grid5000/sites/lyon/clusters/gemini/gemini.yaml
index 4dd35e7ff3..a850ee5164 100644
--- a/input/grid5000/sites/lyon/clusters/gemini/gemini.yaml
+++ b/input/grid5000/sites/lyon/clusters/gemini/gemini.yaml
@@ -32,9 +32,6 @@ nodes:
         interface: SAS
         storage: SSD
         reservation: true
-    performance:
-      core_flops: 18318000000
-      node_flops: 544510000000
     processor:
       microarchitecture: Broadwell
       clock_speed: 2200000000
diff --git a/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml b/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml
index a4ccc08424..5f1cbd132a 100644
--- a/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml
+++ b/input/grid5000/sites/lyon/clusters/hercule/hercule.yaml
@@ -14,9 +14,6 @@ nodes:
       clock_speed: 2000000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 10170000000
-      node_flops: 127100000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/lyon/clusters/nova/nova.yaml b/input/grid5000/sites/lyon/clusters/nova/nova.yaml
index 3a7941196a..ab7fe071ca 100644
--- a/input/grid5000/sites/lyon/clusters/nova/nova.yaml
+++ b/input/grid5000/sites/lyon/clusters/nova/nova.yaml
@@ -14,9 +14,6 @@ nodes:
       clock_speed: 2100000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 16120000000
-      node_flops: 277800000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/lyon/clusters/orion/orion.yaml b/input/grid5000/sites/lyon/clusters/orion/orion.yaml
index 92a10f366e..bc55467fd3 100644
--- a/input/grid5000/sites/lyon/clusters/orion/orion.yaml
+++ b/input/grid5000/sites/lyon/clusters/orion/orion.yaml
@@ -14,9 +14,6 @@ nodes:
       clock_speed: 2300000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 11900000000
-      node_flops: 147200000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml b/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml
index ed64e8b90a..790d324b4c 100644
--- a/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml
+++ b/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml
@@ -12,9 +12,6 @@ nodes:
       deploy: true
       besteffort: true
       max_walltime: 0
-    performance:
-      core_flops: 0
-      node_flops: 0
     processor:
       microarchitecture: Vulcan
       clock_speed: 2200000000
diff --git a/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml b/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml
index c954a53067..b1e310f43d 100644
--- a/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml
+++ b/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire.yaml
@@ -25,9 +25,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 3929000000
-      node_flops: 7440000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml b/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml
index 44c5a823c4..ee3ce6bd8b 100644
--- a/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml
+++ b/input/grid5000/sites/lyon/clusters/taurus/taurus.yaml
@@ -17,9 +17,6 @@ nodes:
       clock_speed: 2300000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 11770000000
-      node_flops: 146900000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/graffiti/graffiti.yaml b/input/grid5000/sites/nancy/clusters/graffiti/graffiti.yaml
index 1cbe487e2c..e4c7d9f2a2 100644
--- a/input/grid5000/sites/nancy/clusters/graffiti/graffiti.yaml
+++ b/input/grid5000/sites/nancy/clusters/graffiti/graffiti.yaml
@@ -15,9 +15,6 @@ nodes:
     supported_job_types:
       deploy: true
       besteffort: true
-    performance:
-      core_flops: 17713000000
-      node_flops: 202670000000
     network_adapters:
       bmc:
         interface: Ethernet
diff --git a/input/grid5000/sites/nancy/clusters/graoully/graoully.yaml b/input/grid5000/sites/nancy/clusters/graoully/graoully.yaml
index 092fdcb1e1..2ddb27fda2 100644
--- a/input/grid5000/sites/nancy/clusters/graoully/graoully.yaml
+++ b/input/grid5000/sites/nancy/clusters/graoully/graoully.yaml
@@ -15,9 +15,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 15480000000
-      node_flops: 250700000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml b/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
index c4d135315b..47326525a7 100644
--- a/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
+++ b/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
@@ -10,9 +10,6 @@ queues:
 nodes:
   # Global node properties
   graphique-[1-6]:
-    performance:
-      core_flops: 15.63e+9
-      node_flops: 195.20e+9
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/graphite/graphite.yaml b/input/grid5000/sites/nancy/clusters/graphite/graphite.yaml
index da5bea5bc4..c4db196869 100644
--- a/input/grid5000/sites/nancy/clusters/graphite/graphite.yaml
+++ b/input/grid5000/sites/nancy/clusters/graphite/graphite.yaml
@@ -10,9 +10,6 @@ queues:
 nodes:
   # Global node properties
   graphite-[1-4]:
-    performance:
-      core_flops: 13.17e+9
-      node_flops: 187.90e+9
     processor:
       microarchitecture: Sandy Bridge
       clock_speed: 2000000000
diff --git a/input/grid5000/sites/nancy/clusters/grappe/grappe.yaml b/input/grid5000/sites/nancy/clusters/grappe/grappe.yaml
index 8ac0af2a3d..0428ba547f 100644
--- a/input/grid5000/sites/nancy/clusters/grappe/grappe.yaml
+++ b/input/grid5000/sites/nancy/clusters/grappe/grappe.yaml
@@ -13,9 +13,6 @@ nodes:
       deploy: true
       besteffort: true
       max_walltime: 0
-    performance:
-      core_flops: 0
-      node_flops: 0
     processor:
       microarchitecture: Cascade Lake-SP
       #other_description: Intel Xeon Gold 5218R
diff --git a/input/grid5000/sites/nancy/clusters/grcinq/grcinq.yaml b/input/grid5000/sites/nancy/clusters/grcinq/grcinq.yaml
index 1c83a998ab..3065d44fcd 100644
--- a/input/grid5000/sites/nancy/clusters/grcinq/grcinq.yaml
+++ b/input/grid5000/sites/nancy/clusters/grcinq/grcinq.yaml
@@ -14,9 +14,6 @@ nodes:
       clock_speed: 2000000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 11960000000
-      node_flops: 201600000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/grele/grele.yaml b/input/grid5000/sites/nancy/clusters/grele/grele.yaml
index 5ba1b15c67..b6dc6a0d24 100644
--- a/input/grid5000/sites/nancy/clusters/grele/grele.yaml
+++ b/input/grid5000/sites/nancy/clusters/grele/grele.yaml
@@ -13,9 +13,6 @@ nodes:
     supported_job_types:
       deploy: true
       besteffort: true
-    performance:
-      core_flops: 15690000000
-      node_flops: 398100000000
     sensors:
       power:
         available: false
diff --git a/input/grid5000/sites/nancy/clusters/grimani/grimani.yaml b/input/grid5000/sites/nancy/clusters/grimani/grimani.yaml
index 2cb45c1eb1..045b630bcd 100644
--- a/input/grid5000/sites/nancy/clusters/grimani/grimani.yaml
+++ b/input/grid5000/sites/nancy/clusters/grimani/grimani.yaml
@@ -10,9 +10,6 @@ queues:
 nodes:
   # Global node properties
   grimani-[1-6]:
-    performance:
-      core_flops: 9760000000
-      node_flops: 124300000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/grimoire/grimoire.yaml b/input/grid5000/sites/nancy/clusters/grimoire/grimoire.yaml
index f8d4ce70c3..962cd69031 100644
--- a/input/grid5000/sites/nancy/clusters/grimoire/grimoire.yaml
+++ b/input/grid5000/sites/nancy/clusters/grimoire/grimoire.yaml
@@ -15,9 +15,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 15440000000
-      node_flops: 255800000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml b/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml
index 3a556cc720..394a0dac0b 100644
--- a/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml
+++ b/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml
@@ -16,9 +16,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 15380000000
-      node_flops: 256800000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nancy/clusters/gros/gros.yaml b/input/grid5000/sites/nancy/clusters/gros/gros.yaml
index ba2790e612..4a4190a2cf 100644
--- a/input/grid5000/sites/nancy/clusters/gros/gros.yaml
+++ b/input/grid5000/sites/nancy/clusters/gros/gros.yaml
@@ -16,9 +16,6 @@ nodes:
       deploy: true
       besteffort: true
       max_walltime: 0
-    performance:
-      core_flops: 26918000000
-      node_flops: 301830000000
     network_adapters:
       bmc:
         interface: Ethernet
diff --git a/input/grid5000/sites/nancy/clusters/grue/grue.yaml b/input/grid5000/sites/nancy/clusters/grue/grue.yaml
index e4d2981e0f..94f3c031b3 100644
--- a/input/grid5000/sites/nancy/clusters/grue/grue.yaml
+++ b/input/grid5000/sites/nancy/clusters/grue/grue.yaml
@@ -10,9 +10,6 @@ nodes:
     supported_job_types:
       deploy: true
       besteffort: true
-    performance:
-      core_flops: 13438000000
-      node_flops: 430760000000
     processor:
       microarchitecture: Zen
       clock_speed: 2400000000
diff --git a/input/grid5000/sites/nancy/clusters/grvingt/grvingt.yaml b/input/grid5000/sites/nancy/clusters/grvingt/grvingt.yaml
index bc6de7ccea..3bbb56712e 100644
--- a/input/grid5000/sites/nancy/clusters/grvingt/grvingt.yaml
+++ b/input/grid5000/sites/nancy/clusters/grvingt/grvingt.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2100000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 12770000000
-      node_flops: 438800000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nantes/clusters/econome/econome.yaml b/input/grid5000/sites/nantes/clusters/econome/econome.yaml
index 8676594eb5..428dc66aef 100644
--- a/input/grid5000/sites/nantes/clusters/econome/econome.yaml
+++ b/input/grid5000/sites/nantes/clusters/econome/econome.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2200000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 14040000000
-      node_flops: 207400000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml b/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
index 2a9c1984e1..72f99b75d1 100644
--- a/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
+++ b/input/grid5000/sites/nantes/clusters/ecotype/ecotype.yaml
@@ -14,9 +14,6 @@ nodes:
       clock_speed: 1800000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 13180000000
-      node_flops: 275300000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/rennes/clusters/paranoia/paranoia.yaml b/input/grid5000/sites/rennes/clusters/paranoia/paranoia.yaml
index c65da2aa6b..768f7417be 100644
--- a/input/grid5000/sites/rennes/clusters/paranoia/paranoia.yaml
+++ b/input/grid5000/sites/rennes/clusters/paranoia/paranoia.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2200000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 13800000000
-      node_flops: 260000000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/rennes/clusters/parapide/parapide.yaml b/input/grid5000/sites/rennes/clusters/parapide/parapide.yaml
index 5cb0000b6d..e777205df7 100644
--- a/input/grid5000/sites/rennes/clusters/parapide/parapide.yaml
+++ b/input/grid5000/sites/rennes/clusters/parapide/parapide.yaml
@@ -29,9 +29,6 @@ nodes:
       clock_speed: 2950000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 9170000000
-      node_flops: 71150000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/rennes/clusters/parapluie/parapluie.yaml b/input/grid5000/sites/rennes/clusters/parapluie/parapluie.yaml
index f692a90510..50c8732048 100644
--- a/input/grid5000/sites/rennes/clusters/parapluie/parapluie.yaml
+++ b/input/grid5000/sites/rennes/clusters/parapluie/parapluie.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 1700000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 4932000000
-      node_flops: 121200000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/rennes/clusters/parasilo/parasilo.yaml b/input/grid5000/sites/rennes/clusters/parasilo/parasilo.yaml
index b37f8529f0..7c9307d010 100644
--- a/input/grid5000/sites/rennes/clusters/parasilo/parasilo.yaml
+++ b/input/grid5000/sites/rennes/clusters/parasilo/parasilo.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 18720000000
-      node_flops: 252800000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/rennes/clusters/paravance/paravance.yaml b/input/grid5000/sites/rennes/clusters/paravance/paravance.yaml
index 329c4ba8cd..2c1a75461f 100644
--- a/input/grid5000/sites/rennes/clusters/paravance/paravance.yaml
+++ b/input/grid5000/sites/rennes/clusters/paravance/paravance.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2400000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 14600000000
-      node_flops: 245300000000
     supported_job_types:
       deploy: true
       besteffort: true
diff --git a/input/grid5000/sites/sophia/clusters/uvb/uvb.yaml b/input/grid5000/sites/sophia/clusters/uvb/uvb.yaml
index 92a2319811..a9bdf09db8 100644
--- a/input/grid5000/sites/sophia/clusters/uvb/uvb.yaml
+++ b/input/grid5000/sites/sophia/clusters/uvb/uvb.yaml
@@ -13,9 +13,6 @@ nodes:
       clock_speed: 2950000000
     software:
       standard-environment: debian10-x64-std
-    performance:
-      core_flops: 9526000000
-      node_flops: 103600000000
     supported_job_types:
       deploy: true
       besteffort: true
-- 
GitLab