-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpath.sh
More file actions
8 lines (7 loc) · 681 Bytes
/
path.sh
File metadata and controls
8 lines (7 loc) · 681 Bytes
1
2
3
4
5
6
7
8
#!/usr/bin/bash
#edit the first path so it points to the lib directory inside of this repo
export LD_LIBRARY_PATH=/afs/desy.de/user/s/schaller/HiWi/topmass-alljets-kinfit/standaloneKinFitter/lib/el9_amd64_gcc12/6.26.11/:/cvmfs/cms.cern.ch/el9_amd64_gcc12/cms/cmssw/CMSSW_13_3_0/external/el9_amd64_gcc12/lib/:$LD_LIBRARY_PATH
#this ensures the right libstdc++.so is loaded
export LD_PRELOAD=/cvmfs/cms.cern.ch/el9_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/lib64/libstdc++.so.6
# edit this path so it points to the root directory of the pyKinFit repo
export PYTHONPATH=/afs/desy.de/user/s/schaller/HiWi/topmass-alljets-kinfit/standaloneKinFitter/:$PYTHONPATH