You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,30 @@ Choose one of the following methods to set up your environment:
112
112
113
113
Alternatively, open the command palette in VSCode by pressing `Shift+Alt+P` (Windows/Linux) or `Shift+Cmd+P` (Mac), and type `Dev Containers: Reopen in Container`.
114
114
115
+
### Using Slurm within Apptainer
116
+
117
+
In order to access Slurm with submitit from within the container, you first need to set up passwordless SSH to the login node.
118
+
119
+
On the cluster, create a new SSH key pair in case you don't have one yet
0 commit comments