Skip to content
Snippets Groups Projects
Commit 474aeb23 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

added vsc-4 debugging

parent fa6d60f1
Branches
Tags
No related merge requests found
......@@ -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.
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment