Changes
Page history
Fix wrong command
authored
Feb 08, 2018
by
Guillaume Dolle
Show whitespace changes
Inline
Side-by-side
slurm.md
View page @
b5d96f73
...
...
@@ -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
```
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`.
...
...
...
...