Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LCG CMake toolchain files
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
LCG CMake toolchain files
Commits
f96ee297
Commit
f96ee297
authored
1 year ago
by
Roel Aaij
Browse files
Options
Downloads
Patches
Plain Diff
Add LCG_103/x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt.cmake
parent
b229ac72
Branches
lcg_103cuda_cuda11_8
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCG_103/x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt.cmake
+31
-0
31 additions, 0 deletions
LCG_103/x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt.cmake
with
31 additions
and
0 deletions
LCG_103/x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt.cmake
0 → 100644
+
31
−
0
View file @
f96ee297
###############################################################################
# (c) Copyright 2023 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
# DO NOT EDIT: File generated by new_lcg_version.py
# Make sure the toolchain is included only once
# (to avoid double changes to the environment)
include_guard
(
GLOBAL
)
message
(
STATUS
"Entering
${
CMAKE_CURRENT_LIST_FILE
}
"
)
if
(
NOT DEFINED LHCB_PLATFORM
)
set
(
LHCB_PLATFORM x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt
)
endif
()
if
(
NOT DEFINED LCG_ARCHITECTURE
)
set
(
LCG_ARCHITECTURE x86_64_v3
)
endif
()
if
(
NOT DEFINED LCG_OPTIMIZATION
)
set
(
LCG_OPTIMIZATION opt
)
endif
()
set
(
USE_DD4HEP FALSE CACHE BOOL
""
)
set
(
TARGET_DEVICE
"CUDA"
CACHE STRING
""
)
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/x86_64-centos7-clang12-opt.cmake
)
list
(
PREPEND CMAKE_PREFIX_PATH /cvmfs/sft.cern.ch/lcg/releases/cuda/11.8-83fe0/x86_64-centos7-gcc11-opt
)
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