This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #355 from slava77/mmap-with-es
updates to get module maps used as ES products jointly with CMSSW
- Loading branch information
Showing
20 changed files
with
1,046 additions
and
970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
mtv | ||
*~ | ||
results/ | ||
*.o | ||
debug.root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,7 +137,17 @@ git remote add SegLink [email protected]:SegmentLinking/cmssw.git | |
git fetch SegLink CMSSW_13_3_0_pre3_LST_X | ||
git cms-addpkg RecoTracker Configuration | ||
git checkout CMSSW_13_3_0_pre3_LST_X | ||
#To include both the CPU library and GPU library into CMSSW, create 2 xml files. Before writing the following xml file, check that libsdl_cpu.so and libsdl_gpu.so can be found under the ../../../TrackLooper/SDL/ folder. | ||
#To include both the CPU library and GPU library into CMSSW, create 3 xml files (headers file has no library). | ||
#Before writing the following xml file, check that libsdl_cpu.so and libsdl_gpu.so can be found under the ../../../TrackLooper/SDL/ folder. | ||
cat <<EOF >lst_headers.xml | ||
<tool name="lst_headers" version="1.0"> | ||
<client> | ||
<environment name="LSTBASE" default="$PWD/../../../TrackLooper"/> | ||
<environment name="INCLUDE" default="\$LSTBASE"/> | ||
</client> | ||
<runtime name="LST_BASE" value="\$LSTBASE"/> | ||
</tool> | ||
EOF | ||
cat <<EOF >lst_cpu.xml | ||
<tool name="lst_cpu" version="1.0"> | ||
<client> | ||
|
@@ -160,6 +170,7 @@ cat <<EOF >lst_cuda.xml | |
<lib name="sdl_cuda"/> | ||
</tool> | ||
EOF | ||
scram setup lst_headers.xml | ||
scram setup lst_cpu.xml | ||
scram setup lst_cuda.xml | ||
cmsenv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.