Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
sft
lcgcmake
Commits
3f469654
Commit
3f469654
authored
6 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Minors fixes in view setup script
parent
b916fd6a
No related branches found
No related tags found
1 merge request
!111
Towards a GPU-enabled LCG software stack
Pipeline
#618771
passed
6 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmake/scripts/create_lcg_view_setup_sh.in
+1
-1
1 addition, 1 deletion
cmake/scripts/create_lcg_view_setup_sh.in
cmake/toolchain/heptools-dev-base.cmake
+1
-1
1 addition, 1 deletion
cmake/toolchain/heptools-dev-base.cmake
externals/CMakeLists.txt
+0
-1
0 additions, 1 deletion
externals/CMakeLists.txt
with
2 additions
and
3 deletions
cmake/scripts/create_lcg_view_setup_sh.in
+
1
−
1
View file @
3f469654
...
...
@@ -196,5 +196,5 @@ fi
#---then cuda
if [ -x $thisdir/bin/nvcc ]; then
PATH=${thisdir}/nvvm/bin:$PATH; export PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${thisdir}/extras/CUPTI/lib64
:${thisdir}/lib64/stubs
; export LD_LIBRARY_PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${thisdir}/extras/CUPTI/lib64; export LD_LIBRARY_PATH
fi
This diff is collapsed.
Click to expand it.
cmake/toolchain/heptools-dev-base.cmake
+
1
−
1
View file @
3f469654
...
...
@@ -362,7 +362,7 @@ LCG_external_package(tbb 2019_U1
LCG_external_package
(
tblib 1.3.2
)
#LCG_external_package(tcmalloc 2.4 )
LCG_external_package
(
tensorflow 1.12.0
)
LCG_external_package
(
tensorboard 1.12.0 protobuf=3.6.1
)
LCG_external_package
(
tensorboard 1.12.0 protobuf=3.6.1
)
LCG_external_package
(
termcolor 1.1.0
)
LCG_external_package
(
terminado 0.8.1
)
LCG_external_package
(
testpath 0.3.1
)
...
...
This diff is collapsed.
Click to expand it.
externals/CMakeLists.txt
+
0
−
1
View file @
3f469654
...
...
@@ -2158,7 +2158,6 @@ LCGPackage_Add(
--override
# override compiler version checks
--toolkit
# install CUDA Toolkit
--toolkitpath=<INSTALL_DIR>
COMMAND
${
CMAKE_COMMAND
}
-E chdir <INSTALL_DIR>/lib64/stubs ln -s libcuda.so libcuda.so.1
BUILD_IN_SOURCE 1
)
...
...
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