Skip to content
Snippets Groups Projects
Commit 16162600 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Use newer local install again instead of cvmfs one

parent 59de89a9
No related branches found
No related tags found
No related merge requests found
......@@ -56,11 +56,11 @@ action() {
# --> Either use your more modern Desktop PC e.g. with Ubuntu and properly set PATH and PYTHONPATH
# --> or use install with lcg software stack from /cvmfs/sft.cern.ch/lcg/views
# Here, lcg environment and PATH, PYTHONPATH are set from local installation file
#fnlopath="/work/rabbertz/local.lcg105-c7"
fnlopath="/work/rabbertz/local.lcg105-c7"
#fnlopath="/eos/theory/project/applfast/local.py3"
#source $fnlopath/src/lcg105_source.sh # LCG software stack
#source $fnlopath/src/fnlosrc_source.sh # fastNLO
#source $fnlopath/src/rivetenv.sh # Rivet
source $fnlopath/src/lcg105_source.sh # LCG software stack
source $fnlopath/src/fnlosrc_source.sh # fastNLO
source $fnlopath/src/rivetenv.sh # Rivet
# Use new modified nnlojet merging from fastNLO git
export PATH="$gitpath/tools/nnlojet:$PATH"
......
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