Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCbNightlyConf
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
12
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 Core Software
LHCbNightlyConf
Merge requests
!1117
introduce gcc12 in sim10 for comparing with gc11
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
introduce gcc12 in sim10 for comparing with gc11
gcorti-master-patch-76ee
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Gloria Corti
requested to merge
gcorti-master-patch-76ee
into
master
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
1bc6c264
1 year ago
master (base)
and
latest version
latest version
325eda38
2 commits,
1 year ago
version 1
1bc6c264
1 commit,
1 year ago
1 file
+
9
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
lhcbnightlyconf/Gauss.py
+
9
−
3
Options
@@ -94,7 +94,11 @@ slots.append(gSim09Cmake)
SIM10_PLATFORMS
=
[
'
x86_64_v2-centos7-gcc11-opt
'
,
'
x86_64_v2-centos7-gcc11-dbg
'
]
DEV10_PLATFORMS
=
SIM10_PLATFORMS
+
[
DEV10_PLATFORMS
=
[
'
x86_64_v2-centos7-gcc11-opt
'
,
'
x86_64_v2-centos7-gcc11-dbg
'
,
'
x86_64_v2-centos7-gcc12-opt
'
,
'
x86_64_v2-centos7-gcc12-dbg
'
]
DEV10GH_PLATFORMS
=
[
'
x86_64_v2-centos7-gcc12-opt
'
,
'
x86_64_v2-centos7-gcc12-dbg
'
,
'
x86_64_v2-el9-gcc12-opt
'
,
'
armv8.1_a-el9-gcc12-opt
'
]
@@ -198,7 +202,7 @@ slots.append(gaussSim10)
gaussSim10Gaudi
=
create_sim_slot
(
'
lhcb-sim10-gaudi-head
'
,
'
clone of lhcb-sim10 against next Gaudi and LCG
'
,
platforms
=
DEV10_PLATFORMS
)
platforms
=
DEV10
GH
_PLATFORMS
)
gaussSim10Gaudi
.
LCG
.
version
=
'
104
'
gaussSim10Gaudi
.
Geant4
.
disabled
=
False
gaussSim10Gaudi
.
Gaudi
.
version
=
"
HEAD
"
@@ -241,13 +245,15 @@ slots.append(gaussSim10Fast)
gaussSim10Dev
=
create_sim_slot
(
'
lhcb-sim10-dev
'
,
'
close of lhcb-sim10 with more recent patches, also in LHCb sim10-patches, Run2Support and Geant4 10.6.2.7
'
,
platforms
=
SIM
10_PLATFORMS
)
platforms
=
DEV
10_PLATFORMS
)
gaussSim10Dev
.
DBASE
.
packages
.
extend
([
Package
(
'
Gen/DecFiles
'
,
'
Sim10
'
,
checkout
=
(
'
git
'
,
{
'
merges
'
:
'
all
'
})),
Package
(
'
LamarrData
'
,
'
HEAD
'
),
])
gaussSim10Dev
.
Geant4
.
disabled
=
False
gaussSim10Dev
.
Gaudi
.
disabled
=
False
gaussSim10Dev
.
metadata
=
{
'
rebuildAlways
'
:
str
(
datetime
.
date
.
today
())}
slots
.
append
(
gaussSim10Dev
)
Loading