From 474aeb23319370120da1d63e93bd5043807fdb8a Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Thu, 24 Jun 2021 11:19:55 +0000 Subject: [PATCH] added vsc-4 debugging --- VSC.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/VSC.md b/VSC.md index f7dc676..5218455 100644 --- a/VSC.md +++ b/VSC.md @@ -251,4 +251,18 @@ will load the intel compiler suite and add variables to your environment. on how to use environment modules go to [Using Environment Modules](Misc/Environment-Modules.md) +## Debugging on VSC-4 + +Currently (6.2021) there is no development queue on VSC-4 and the support suggested to do the following: + +```bash +# Request resources from slurm (-N 1, a full Node) +salloc -N 1 -p mem_0384 --qos p71386_0384 --no-shell +# Once the node is assigned / job is running +# Check with +squeue -u $USER +# connect to the Node with ssh +ssh [Node] +# test and debug the model there. +``` -- GitLab