Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2736f01d authored by PARISOT Clement's avatar PARISOT Clement
Browse files

[nancy] grimani - Fix cpu/cores values

parent 3eeebfbd
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"architecture": { "architecture": {
"nb_cores": 12, "nb_cores": 12,
"nb_procs": 2, "nb_procs": 2,
"nb_threads": 24, "nb_threads": 12,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"architecture": { "architecture": {
"nb_cores": 12, "nb_cores": 12,
"nb_procs": 2, "nb_procs": 2,
"nb_threads": 24, "nb_threads": 12,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"architecture": { "architecture": {
"nb_cores": 12, "nb_cores": 12,
"nb_procs": 2, "nb_procs": 2,
"nb_threads": 24, "nb_threads": 12,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"architecture": { "architecture": {
"nb_cores": 12, "nb_cores": 12,
"nb_procs": 2, "nb_procs": 2,
"nb_threads": 24, "nb_threads": 12,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"architecture": { "architecture": {
"nb_cores": 12, "nb_cores": 12,
"nb_procs": 2, "nb_procs": 2,
"nb_threads": 24, "nb_threads": 12,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"architecture": { "architecture": {
"nb_cores": 12, "nb_cores": 12,
"nb_procs": 2, "nb_procs": 2,
"nb_threads": 24, "nb_threads": 12,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
......
...@@ -41,4 +41,4 @@ ...@@ -41,4 +41,4 @@
"type": "server", "type": "server",
"uid": "talc-data", "uid": "talc-data",
"warranty": 11.202 "warranty": 11.202
} }
\ No newline at end of file
...@@ -40,7 +40,7 @@ nodes: ...@@ -40,7 +40,7 @@ nodes:
architecture: architecture:
nb_cores: 12 nb_cores: 12
nb_procs: 2 nb_procs: 2
nb_threads: 24 nb_threads: 12
processor: processor:
ht_capable: false ht_capable: false
storage_devices: storage_devices:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment