Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
LHCb
Commits
83dd248c
Commit
83dd248c
authored
3 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Add new platforms strings to PlatformInfo
parent
1c996bbd
No related branches found
No related tags found
1 merge request
!3062
Add new platforms strings to PlatformInfo
Pipeline
#2614132
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kernel/LHCbKernel/src/PlatformInfo.cpp
+14
-2
14 additions, 2 deletions
Kernel/LHCbKernel/src/PlatformInfo.cpp
with
14 additions
and
2 deletions
Kernel/LHCbKernel/src/PlatformInfo.cpp
+
14
−
2
View file @
83dd248c
/*****************************************************************************\
* (c) Copyright 2000-202
0
CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-202
1
CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
...
...
@@ -130,7 +130,19 @@ namespace {
"skylake_avx512+vecwid256-centos7-gcc10-opt"
,
"skylake_avx512+vecwid256-centos7-gcc10-opt+g"
,
"skylake_avx512+vecwid256-centos7-gcc10-dbg"
,
"skylake_avx512+vecwid256-centos7-gcc10-do0"
};
"skylake_avx512+vecwid256-centos7-gcc10-do0"
,
"x86_64_v2-centos7-gcc9-opt"
,
"x86_64_v2-centos7-gcc9-dbg"
,
"x86_64_v2-centos7-gcc9-do0"
,
"x86_64_v3-centos7-gcc9-opt"
,
"x86_64_v4+vecwid256-centos7-gcc9-opt"
,
"x86_64_v2-centos7-clang11-opt"
,
"x86_64_v2-centos7-clang11-opt"
,
"x86_64_v2-centos7-gcc10-opt"
,
"x86_64_v2-centos7-gcc10-dbg"
,
"x86_64_v2-centos7-gcc10-do0"
,
"x86_64_v3-centos7-gcc10-opt"
,
"x86_64_v4+vecwid256-centos7-gcc9-opt"
};
// IMPORTANT: always add new platforms at the end of the list
const
std
::
string
invalid_platform
=
"invalid"
;
...
...
This diff is collapsed.
Click to expand it.
Christopher Rob Jones
@jonrob
mentioned in commit
60f61bda
·
3 years ago
mentioned in commit
60f61bda
mentioned in commit 60f61bda0c150b0675cb2ed4c84cbafc5c3b4719
Toggle commit list
Marco Cattaneo
@cattanem
mentioned in commit
b308fb70
·
3 years ago
mentioned in commit
b308fb70
mentioned in commit b308fb706893fdd5bc61061c5438264db82f5d0b
Toggle commit list
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