> **INFO** This command only allocates the node exclusively for yourself.
You have to connect via ssh to the node `ssh irma-atlas4` before doing computations.
You have to connect via ssh to the node `ssh atlas4` before doing computations.
To automatically allocate and connect, you can use
```
...
...
@@ -63,7 +63,7 @@ Here is a basic slurm script to get you started:
#SBATCH -p public
# number of cores
#SBATCH -n 96
# Hyperthreading is enabled on irma-atlas, if you do not want to use it
# Hyperthreading is enabled on atlas, if you do not want to use it
# You must specify the following option
#SBATCH --ntasks-per-core 1
# min-max number of nodes
...
...
@@ -118,8 +118,7 @@ Then you can launch the application with `sbatch <name_of_the_script>`.
## Other use-cases for slurm:
* Slurm with R:
* Samples from the University of Michigan: [(external link)](http://sph.umich.edu/biostat/computing/cluster/slurm.html)
* Slurm with R: Samples from the University of Michigan: [(external link)](http://sph.umich.edu/biostat/computing/cluster/slurm.html)
## Run a program in the background
...
...
@@ -173,6 +172,6 @@ There are many shortcuts you can use. Some of them are sumed up here:
<ctrl+a> <d> : Detach from the current screen session
```
If you want to make you screen more user-friendly, you can customize it so that the bottom status line displays all the terminals opened in screen and the currently opened one. There are some configuration examples in the following link: [.screenrc examples](https://bbs.archlinux.org/viewtopic.php?id=55618)
If you want to make you screen more user-friendly, you can customize it so that the bottom status line displays all the terminals opened in screen and the currently opened one. There are some configuration examples in the following link: [screenrc examples](https://bbs.archlinux.org/viewtopic.php?id=55618)