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

Update order of source'ing lcg view and grid ui

parent 1ae088f2
No related branches found
No related tags found
No related merge requests found
...@@ -17,18 +17,6 @@ action() { ...@@ -17,18 +17,6 @@ action() {
# lcg software stack with python3 and gcc11 (use the same one as for cvmfs install of NNLOJET & APPLfast) # lcg software stack with python3 and gcc11 (use the same one as for cvmfs install of NNLOJET & APPLfast)
source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh
# grid storage interface with gfal2, if required
# SLC6
# source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
# C7
# source /cvmfs/grid.cern.ch/umd-c7ui-latest/etc/profile.d/setup-c7-ui-example.sh
# C7 with python3
# source /cvmfs/grid.cern.ch/centos7-ui-200122/etc/profile.d/setup-c7-ui-python3-example.sh
source /cvmfs/grid.cern.ch/centos7-ui-160522/etc/profile.d/setup-c7-ui-python3-example.sh
#
# Proxy location on afs required by lxplus if using grid storage
# export X509_USER_PROXY=/afs/cern.ch/user/k/krabbert/tmp/x509up_u7747
# fastNLO tools (perl and python scripts) # fastNLO tools (perl and python scripts)
# Required to merge fastwarm results or for plotting (needs python3, matplotlib3, numpy, scipy) # Required to merge fastwarm results or for plotting (needs python3, matplotlib3, numpy, scipy)
# Add local paths to git checkout, e.g. # Add local paths to git checkout, e.g.
...@@ -66,6 +54,18 @@ action() { ...@@ -66,6 +54,18 @@ action() {
# Use new modified nnlojet merging from fastNLO git # Use new modified nnlojet merging from fastNLO git
export PATH="$gitpath/tools/nnlojet:$PATH" export PATH="$gitpath/tools/nnlojet:$PATH"
# grid storage interface with gfal2, if required
# SLC6
# source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
# C7
# source /cvmfs/grid.cern.ch/umd-c7ui-latest/etc/profile.d/setup-c7-ui-example.sh
# C7 with python3
# source /cvmfs/grid.cern.ch/centos7-ui-200122/etc/profile.d/setup-c7-ui-python3-example.sh
source /cvmfs/grid.cern.ch/centos7-ui-160522/etc/profile.d/setup-c7-ui-python3-example.sh
#
# Proxy location on afs required by lxplus if using grid storage
# export X509_USER_PROXY=/afs/cern.ch/user/k/krabbert/tmp/x509up_u7747
source "$( law completion )" source "$( law completion )"
} }
action action
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment