Fix wrong command authored by Guillaume Dolle's avatar Guillaume Dolle
...@@ -44,7 +44,7 @@ You have to connect via ssh to the node `ssh atlas4` before doing computations. ...@@ -44,7 +44,7 @@ You have to connect via ssh to the node `ssh atlas4` before doing computations.
To automatically allocate and connect, you can use To automatically allocate and connect, you can use
```bash ```bash
salloc -t "03:00:00" -p public -J "jobname" --exclusive -N 1 srun salloc -t "03:00:00" -p public -J "jobname" --exclusive -N 1 srun --pty ${SHELL}
``` ```
> **INFO:** A wrapper for this interactive command will soon be available `compute`. > **INFO:** A wrapper for this interactive command will soon be available `compute`.
... ...
......