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
Show more breadcrumbs
grid5000
reference-repository
Commits
ae9fc60a
Commit
ae9fc60a
authored
1 month ago
by
LELAURAIN Julien
Browse files
Options
Downloads
Patches
Plain Diff
[sophia][esterel32] Add CPU
parent
a10a3527
No related branches found
Branches containing commit
No related tags found
5 merge requests
!1234
Draft: testing-esterel31
,
!1217
Merge engelbourg cluster to master
,
!1199
Draft: testing
,
!1193
Draft: [grenoble][vercors3] Add to testing queue
,
!1172
Draft: Testing esterel32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/refrepo/input_loader.rb
+1
-1
1 addition, 1 deletion
lib/refrepo/input_loader.rb
with
1 addition
and
1 deletion
lib/refrepo/input_loader.rb
+
1
−
1
View file @
ae9fc60a
...
@@ -744,7 +744,7 @@ def get_flops_per_cycle(microarch, cpu_name, cluster_uid)
...
@@ -744,7 +744,7 @@ def get_flops_per_cycle(microarch, cpu_name, cluster_uid)
case
cpu_name
case
cpu_name
when
/Silver 4110/
,
/Silver 4114/
,
/Silver 4214/
,
/Silver 4216/
,
/Gold 5218/
,
/Gold 5220/
,
/Gold 5115/
,
/Gold 5118/
,
/Gold 5120/
,
/Gold 5220R/
when
/Silver 4110/
,
/Silver 4114/
,
/Silver 4214/
,
/Silver 4216/
,
/Gold 5218/
,
/Gold 5220/
,
/Gold 5115/
,
/Gold 5118/
,
/Gold 5120/
,
/Gold 5220R/
return
16
return
16
when
/Gold 6126/
,
/Gold 6130/
,
/Gold 6142/
,
/Gold 6154/
,
/Gold 6240/
,
/Gold 6248/
,
/Gold 6254/
,
/Gold 6240L/
when
/Gold 6126/
,
/Gold 6130/
,
/Gold 6142/
,
/Gold 6154/
,
/Gold 6240/
,
/Gold 6248/
,
/Gold 6254/
,
/Gold 6240L/
,
/Gold 6238R/
return
32
return
32
end
end
raise
"Error: unknown CPU flop per cycle for
#{
cpu_name
}
(cluster
#{
cluster_uid
}
), cannot compute flops"
raise
"Error: unknown CPU flop per cycle for
#{
cpu_name
}
(cluster
#{
cluster_uid
}
), cannot compute flops"
...
...
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