From 73928bfd3fc0a914c4827642568745b1c2039ccc Mon Sep 17 00:00:00 2001 From: lauraporta <29216006+lauraporta@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:25:42 +0000 Subject: [PATCH] Add note on UCL name --- docs/source/programming/vscode-with-slurm-job.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/programming/vscode-with-slurm-job.md b/docs/source/programming/vscode-with-slurm-job.md index 904577d..114fcaa 100644 --- a/docs/source/programming/vscode-with-slurm-job.md +++ b/docs/source/programming/vscode-with-slurm-job.md @@ -28,7 +28,10 @@ After connecting to a compute node, initiate VSCode Code Tunnel by typing: code tunnel ``` -A URL will appear in the terminal, `https://github.com/login/device`. Follow this link, log in with your GitHub credentials, and enter the provided PIN to authorize access. After completing this step, a second link will appear in the terminal (e.g., `https://vscode.dev/tunnel/gpu-XXXX`), which you can follow to access your VSCode session running directly on the HPC compute node. +A URL will appear in the terminal, `https://github.com/login/device`. +Follow this link, log in with your GitHub credentials, and enter the provided PIN to authorize access. +After completing this step, a second link will appear in the terminal (e.g., `https://vscode.dev/tunnel/gpu-XXXX`), which you can follow to access your VSCode session running directly on the HPC compute node. +NB: the GPU name in the URL provided might not match the actual node name. When you’re finished, simply exit the SLURM session to close the VSCode tunnel and release resources.