Skip to content

Commit 8443a17

Browse files
committed
note about existence of interactive partitions
1 parent ed096ee commit 8443a17

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/src/slurm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ interactive session:
3838
srun --pty -t60 /bin/bash -
3939
```
4040

41+
(Depending on your cluster setup, it may be benerifical to also specify a
42+
partition to which the job should belong to; many clusters provide an
43+
interactive partition where the interactive jobs get scheduled faster. To do
44+
that, add option `-p interactive` into the parameters of `srun`.)
45+
4146
When the shell opens (the prompt should change), you can load the Julia module,
4247
usually with a command such as this:
4348

0 commit comments

Comments
 (0)