Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
law-analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
qcd-public
law-analysis
Commits
23aa3536
Commit
23aa3536
authored
11 months ago
by
Klaus Rabbertz
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup_law_c7_v2.sh
+12
-12
12 additions, 12 deletions
setup_law_c7_v2.sh
with
12 additions
and
12 deletions
setup_law_c7_v2.sh
+
12
−
12
View file @
23aa3536
...
@@ -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
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