Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 02f2af4e authored by Vidal WATAT's avatar Vidal WATAT
Browse files

[lille] - add performance informations - missing chirloute -

parent ae91d59a
No related branches found
No related tags found
No related merge requests found
Showing with 37 additions and 0 deletions
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -85,6 +85,10 @@
"release": "Squeeze",
"version": "6.0.6"
},
"performance": {
"core_flops": 7593000000,
"node_flops": 58460000000
},
"processor": {
"cache_l1": null,
"cache_l1d": 32768,
......
......@@ -7,6 +7,11 @@ site :lille do |site_uid|
8.times do |i|
node "#{cluster_uid}-#{i+1}" do |node_uid|
performance({
:core_flops => 7593000000,
:node_flops => 58460000000
})
architecture({
:smp_size => 2,
......
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