From 8b21569c9e3a52264d59f10033cefe8e637a3087 Mon Sep 17 00:00:00 2001 From: Sergio Orlandini <s.orlandini@cineca.it> Date: Fri, 31 Jan 2025 08:46:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2853c1..42d26e4 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ All of you has already received a personal USERNAME (`a08trbXY`) and a password. Once you are on `leonardo` login, submit an interactive job to get a compute node: ```bash -srun -N 1 --ntasks-per-node=1 -A tra25_PythSci -p boost_usr_prod --reservation s_tra_py2 -t 02:00:00 --pty /bin/bash +srun -N 1 --ntasks-per-node=1 -A tra25_PythSci -p boost_usr_prod --reservation s_tra_py3 -t 02:00:00 --pty /bin/bash ``` The name of compute node will appear on the prompt once you got it (i.e.: `lrdn1342`): @@ -104,7 +104,7 @@ All python packages will be available in the module, you don't need to create a **NB**: If more than one threads and a gpu are needed, it is necessary to request these resources to SLURM scheduler: ```bash -srun -N 1 --ntasks-per-node=1 --cpus-per-task=4 --gres=gpu:1 -A tra25_PythSci -p boost_usr_prod --reservation s_tra_py2 -t 02:00:00 --pty /bin/bash +srun -N 1 --ntasks-per-node=1 --cpus-per-task=4 --gres=gpu:1 -A tra25_PythSci -p boost_usr_prod --reservation s_tra_py3 -t 02:00:00 --pty /bin/bash ``` **NB**: to access a compute node, you must exchange the ssh keys between compute and login nodes. -- GitLab