lcrc:introduction
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lcrc:introduction [2022/01/05 15:49] – [Using interactive jobs] asc | lcrc:introduction [2024/09/19 19:06] (current) – asc | ||
---|---|---|---|
Line 10: | Line 10: | ||
The description here uses the bash shell. Please go to https:// | The description here uses the bash shell. Please go to https:// | ||
- | At this very moment (Jan 2018), this resource cannot replace the ATLAS cluster and have several features: | + | At this very moment (Jan 2024), this resource cannot replace the ATLAS cluster and have several features: |
* LCRC resources are under maintenance on Monday (each week?) | * LCRC resources are under maintenance on Monday (each week?) | ||
Line 27: | Line 27: | ||
</ | </ | ||
Each node has 72 CPUs and a lot of memory. After login, you will end up in a rather small " | Each node has 72 CPUs and a lot of memory. After login, you will end up in a rather small " | ||
+ | |||
+ | You cannot login to these servers directly (from Aug 2024). First login to: | ||
< | < | ||
+ | ssh -i $HOME/ | ||
+ | </ | ||
+ | |||
+ | then ssh to hep1/hep2: | ||
+ | |||
+ | < | ||
+ | ssh -i $HOME/ | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | < | ||
+ | ssh -i $HOME/ | ||
+ | </ | ||
+ | < | ||
+ | |||
+ | |||
+ | |||
/ | / | ||
</ | </ | ||
Line 165: | Line 185: | ||
</ | </ | ||
- | but the job will stop after you logout. See more description in: https:// | ||
+ | === Running long interactive jobs === | ||
+ | See more description in: https:// | ||
+ | |||
+ | You should be able to do for example: | ||
+ | |||
+ | < | ||
+ | -ssh bebop | ||
+ | -screen | ||
+ | -salloc -N 1 -p hepd -A condo -t 96:00:00 | ||
+ | -ssh < | ||
+ | -Work on interactive job for x amount of time... | ||
+ | -Disconnect from screen (different than exit, see the documentation) | ||
+ | -Logout | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | -Login to the same login node screen was started on | ||
+ | -screen -ls | ||
+ | -Connect to screen session | ||
+ | -Continue where you left off (if they allocation is still active) | ||
+ | </ | ||
+ | |||
+ | See below for more details: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | ====== CVMFS repositories ====== | ||
+ | Mounted CVMFS repositories on Bebop and Swing computing node. | ||
+ | |||
+ | < | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Note, they are not mounted on login nodes | ||
====== Using Singularity ====== | ====== Using Singularity ====== | ||
Line 198: | Line 267: | ||
</ | </ | ||
- | --- // | + | ====== Using Singularity for cvmfsexec ====== |
+ | |||
+ | One can also setup cvmf on any LCRC nodes as this: | ||
+ | < | ||
+ | source / | ||
+ | </ | ||
+ | |||
+ | Then check: | ||
+ | < | ||
+ | ls /cvmfs/ | ||
+ | </ | ||
+ | |||
+ | You will see the mounted directory (SL7): | ||
+ | < | ||
+ | atlas-condb.cern.ch/ | ||
+ | atlas-nightlies.cern.ch/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | --- // |
lcrc/introduction.1641397759.txt.gz · Last modified: 2022/01/05 15:49 by asc