Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
c0d7b987
Commit
c0d7b987
authored
1 year ago
by
RINGOT Patrice
Browse files
Options
Downloads
Patches
Plain Diff
[grostiti] fix cluster microarchitecture
parent
3b82c1df
No related branches found
No related tags found
1 merge request
!648
[grostiti] fix cluster microarchitecture
Pipeline
#919010
passed
1 year ago
Stage: lint
Stage: validate
Stage: generate
Stage: deploy
Stage: checks
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/grid5000/sites/nancy/clusters/grostiti/nodes/grostiti-1.json
+3
-3
3 additions, 3 deletions
...d5000/sites/nancy/clusters/grostiti/nodes/grostiti-1.json
input/grid5000/sites/nancy/clusters/grostiti/grostiti.yaml
+1
-1
1 addition, 1 deletion
input/grid5000/sites/nancy/clusters/grostiti/grostiti.yaml
with
4 additions
and
4 deletions
data/grid5000/sites/nancy/clusters/grostiti/nodes/grostiti-1.json
+
3
−
3
View file @
c0d7b987
...
...
@@ -466,8 +466,8 @@
"turboboost_enabled"
:
true
},
"performance"
:
{
"core_flops"
:
88
00000000
,
"node_flops"
:
4928
00000000
"core_flops"
:
352
00000000
,
"node_flops"
:
19712
00000000
},
"processor"
:
{
"cache_l1"
:
null
,
...
...
@@ -478,7 +478,7 @@
"clock_speed"
:
2200000000
,
"ht_capable"
:
true
,
"instruction_set"
:
"x86-64"
,
"microarchitecture"
:
"
Nehalem
"
,
"microarchitecture"
:
"
Haswell
"
,
"microcode"
:
"0x1a"
,
"model"
:
"Intel Xeon"
,
"other_description"
:
"Intel(R) Xeon(R) CPU E7-4850 v3 @ 2.20GHz"
,
...
...
This diff is collapsed.
Click to expand it.
input/grid5000/sites/nancy/clusters/grostiti/grostiti.yaml
+
1
−
1
View file @
c0d7b987
...
...
@@ -13,7 +13,7 @@ nodes:
besteffort
:
true
max_walltime
:
0
processor
:
microarchitecture
:
Nehalem
microarchitecture
:
Haswell
clock_speed
:
2200000000
software
:
standard-environment
:
debian11-x64-std
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment