From ea9df540f029905d407a68e8502613b9a66e790d Mon Sep 17 00:00:00 2001 From: patmjen <patmjen@dtu.dk> Date: Thu, 24 Nov 2022 10:11:42 +0100 Subject: [PATCH] Change confusing language in guide --- HPC_Python_Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HPC_Python_Guide.md b/HPC_Python_Guide.md index 6aabef4..08c5190 100644 --- a/HPC_Python_Guide.md +++ b/HPC_Python_Guide.md @@ -57,13 +57,13 @@ a100sh 1. Open a terminal (Applications->Terminal Emulator). -2. If you want GPU, we need to enable X11 forwarding, by adding the -X option. - Enter one of the following (see https://www.hpc.dtu.dk/?page_id=2129): +2. If you want GPU, enter one of the following (see https://www.hpc.dtu.dk/?page_id=2129): ``` voltash -X sxm2sh -X a100sh -X ``` + Remeber the `-X` which enables X11 forwarding! It is needed to open a browser for the notebook. 3. Navigate to your project folder and activate the virtualenv. Same steps as in [section II](#ii-setup-virtualenv). -- GitLab