Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
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
PWA
Pawian
Commits
37568a57
Commit
37568a57
authored
7 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
fixed SetEnv_rub script
parent
ef86c55c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SetEnv_rub
+5
-3
5 additions, 3 deletions
SetEnv_rub
with
5 additions
and
3 deletions
SetEnv_rub
+
5
−
3
View file @
37568a57
source /opt/root/5.34-36-SL7-64-gcc6.1.0/bin/thisroot.csh
# source /opt/root/5.34-36-SL7-64-gcc6.1.0/bin/thisroot.csh
setenv ROOTSYS /opt/root/5.34-36-SL7-64-gcc6.1.0
setenv TOP_DIR `pwd | sed -e 's/\/nfs//'`
setenv extern /data/sleipnir/PANDA/PWA
setenv LD_LIBRARY_PATH
${LD_LIBRARY_PATH}:
${TOP_DIR}/lib:${extern}/libgcc610
setenv LD_LIBRARY_PATH ${TOP_DIR}/lib:${extern}/libgcc610
:${ROOTSYS}/lib
setenv BOOST_BUILD_PATH /data/sleipnir/PANDA/boost-build
setenv PATH $BOOST_BUILD_PATH/bin:${TOP_DIR}/bin:${PATH}
setenv PATH $BOOST_BUILD_PATH/bin:${TOP_DIR}/bin:${
ROOTSYS}/bin:${
PATH}
setenv JULIA_DIR /usr/local/julia
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$JULIA_DIR/lib/julia
setenv JULIA_HOME $JULIA_DIR/bin
...
...
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