ndcaf_setup.sh
Go to the documentation of this file.
1 source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh
2 setup cmake v3_9_0
3 setup gcc v6_4_0
4 setup pycurl
5 setup ifdhc
6 setup dk2nugenie v01_06_01f -q debug:e15
7 setup genie_xsec v2_12_10 -q DefaultPlusValenciaMEC
8 setup genie_phyopt v2_12_10 -q dkcharmtau
9 setup geant4 v4_10_3_p01b -q e15:prof
10 setup jobsub_client
11 setup eigen v3_3_5
12 
13 # edep-sim needs to know where a certain GEANT .cmake file is...
14 G4_cmake_file=`find ${GEANT4_FQ_DIR}/lib64 -name 'Geant4Config.cmake'`
15 export Geant4_DIR=`dirname $G4_cmake_file`
16 
17 # edep-sim needs to have the GEANT bin directory in the path
18 export PATH=$PATH:$GEANT4_FQ_DIR/bin
19 
20 # shut up ROOT include errors
21 export ROOT_INCLUDE_PATH=$ROOT_INCLUDE_PATH:$GENIE_INC/GENIE
22 
23 # nusystematics paths
24 export NUSYST=${PWD}/nusystematics
25 export LD_LIBRARY_PATH=${NUSYST}/build/Linux/lib:$LD_LIBRARY_PATH
26 export LD_LIBRARY_PATH=${NUSYST}/build/nusystematics/artless:$LD_LIBRARY_PATH
27 export FHICL_FILE_PATH=${NUSYST}/nusystematics/fcl:$FHICL_FILE_PATH
28 
29 # Add pyGeoEff to pythonpath
30 export PYTHONPATH=${PYTHONPATH}:${PWD}/DUNE_ND_GeoEff/lib/