From 6160c8a3a274af5d0c7d35b96538597ee10b7303 Mon Sep 17 00:00:00 2001
From: Dimitri DELABROYE <dimitri.delabroye@inria.fr>
Date: Thu, 21 Jul 2016 14:29:26 +0200
Subject: [PATCH] [sophia] correct uvb-8 and uvb-15 cores numbers

---
 data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.json  | 2 +-
 data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.json   | 2 +-
 input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.yaml | 2 +-
 input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.yaml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.json b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.json
index 15a0c9dda27..5ad60fa99a6 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.json
@@ -2,7 +2,7 @@
   "architecture": {
     "platform_type": "x86_64",
     "smp_size": 2,
-    "smt_size": 24
+    "smt_size": 12
   },
   "bios": {
     "release_date": "09/17/2013",
diff --git a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.json b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.json
index 6312cc2eca6..4a7c4a6fc09 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.json
@@ -2,7 +2,7 @@
   "architecture": {
     "platform_type": "x86_64",
     "smp_size": 2,
-    "smt_size": 24
+    "smt_size": 12
   },
   "bios": {
     "release_date": "09/17/2013",
diff --git a/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.yaml b/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.yaml
index 462fe7abdf6..d57729115c6 100644
--- a/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.yaml
+++ b/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-15.yaml
@@ -4,7 +4,7 @@ uvb-15:
   architecture:
     platform_type: x86_64
     smp_size: 2
-    smt_size: 24
+    smt_size: 12
   bios:
     release_date: 09/17/2013
     vendor: Dell Inc.
diff --git a/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.yaml b/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.yaml
index 541b77bc5fc..66053095c84 100644
--- a/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.yaml
+++ b/input/grid5000/sites/sophia/clusters/uvb/nodes/uvb-8.yaml
@@ -4,7 +4,7 @@ uvb-8:
   architecture:
     platform_type: x86_64
     smp_size: 2
-    smt_size: 24
+    smt_size: 12
   bios:
     release_date: 09/17/2013
     vendor: Dell Inc.
-- 
GitLab