From e6ecaf816138836d0fbb13d63c295fd1f307b007 Mon Sep 17 00:00:00 2001 From: Blake Leverington Date: Tue, 5 Apr 2022 14:52:14 +0200 Subject: [PATCH] first version --- computing_stackD0.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 computing_stackD0.md diff --git a/computing_stackD0.md b/computing_stackD0.md new file mode 100644 index 0000000..c4fd8be --- /dev/null +++ b/computing_stackD0.md @@ -0,0 +1,32 @@ + +login to lhcba1 + +```bash +ssh -X -p30 lhcba1.physi.uni-heidelberg.de + +``` + + +setup the environment: + +```bash +source /cvmfs/sft.cern.ch/lcg/views/LCG_101/x86_64-centos7-gcc8-opt/setup.sh + +``` + +Follow the instructions from https://gitlab.cern.ch:8443/rmatev/lb-stack-setup + +Make a folder to put the stack (50+ gigabytes) in + +```bash +cd /work/ +mkdir -p lhcb +cd lhcb +curl https://gitlab.cern.ch/rmatev/lb-stack-setup/raw/master/setup.py | python3 - stack +cd stack +make #default config is used +``` + +as of writing this, it downloaded, compiled, and installed without errors. + +