Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Computer Resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Computer Resources
Commits
474aeb23
Commit
474aeb23
authored
3 years ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
added vsc-4 debugging
parent
fa6d60f1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VSC.md
+14
-0
14 additions, 0 deletions
VSC.md
with
14 additions
and
0 deletions
VSC.md
+
14
−
0
View file @
474aeb23
...
...
@@ -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.
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment