Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:centro:servizos:hpc [2024/03/12 11:12] – [CONDA] fernando.guillen | en:centro:servizos:hpc [2024/10/08 09:55] (current) – [CONDA] jorge.suarez | ||
---|---|---|---|
Line 25: | Line 25: | ||
To access the cluster, access must be requested in advance via [[https:// | To access the cluster, access must be requested in advance via [[https:// | ||
- | The access is done through an SSH connection to the login node: | + | The access is done through an SSH connection to the login node (172.16.242.211): |
<code bash> | <code bash> | ||
ssh < | ssh < | ||
Line 160: | Line 160: | ||
<code bash> | <code bash> | ||
# Getting miniconda | # Getting miniconda | ||
- | wget https:// | + | wget https:// |
# Install | # Install | ||
- | sh Miniconda3-py39_4.11.0-Linux-x86_64.sh | + | bash Miniconda3-latest-Linux-x86_64.sh |
# Initialize for bash shell | # Initialize for bash shell | ||
~/ | ~/ | ||
Line 350: | Line 350: | ||
# Get interactive access to a node (Press Ctrl+D to exit): | # Get interactive access to a node (Press Ctrl+D to exit): | ||
hpc-login2 ~]$ salloc -N1 | hpc-login2 ~]$ salloc -N1 | ||
+ | # Get interactive EXCLUSIVE access to a node | ||
+ | hpc-login2 ~]$ salloc -N1 --exclusive | ||
</ | </ | ||
3. SRUN \\ | 3. SRUN \\ |