We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed096ee commit 8443a17Copy full SHA for 8443a17
1 file changed
docs/src/slurm.md
@@ -38,6 +38,11 @@ interactive session:
38
srun --pty -t60 /bin/bash -
39
```
40
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
+
46
When the shell opens (the prompt should change), you can load the Julia module,
47
usually with a command such as this:
48
0 commit comments