Skip to content
Snippets Groups Projects
Commit 34a8bfed authored by Malte Albrecht's avatar Malte Albrecht
Browse files

modified SetEnv_gsi to enable access to JULIA

parent de9023b7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ setenv extern /lustre/nyx/panda/malte/extern
setenv LD_LIBRARY_PATH ${TOP_DIR}/lib:${extern}/lib:${ROOTSYS}/lib
setenv BOOST_BUILD_PATH /lustre/nyx/panda/malte/extern/boost-build/
setenv PATH ${ROOTSYS}/bin:${TOP_DIR}/bin:${PATH}
setenv JULIA_DIR /lustre/nyx/panda/malte/extern/juliaInstall/
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$JULIA_DIR/lib/julia
setenv JULIA_HOME $JULIA_DIR/bin
rm Jamroot
ln -s JamrootSL6_gsi Jamroot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment