Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
680b5fde
Commit
680b5fde
authored
9 months ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
Update allinea-ddt.md
parent
a193b7c5
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#39702
failed
9 months ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/software/debuggers/allinea-ddt.md
+3
-6
3 additions, 6 deletions
docs.it4i/software/debuggers/allinea-ddt.md
with
3 additions
and
6 deletions
docs.it4i/software/debuggers/allinea-ddt.md
+
3
−
6
View file @
680b5fde
!!!warning
This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
# Allinea Forge (DDT, MAP)
# Allinea Forge (DDT, MAP)
## Introduction
## Introduction
...
@@ -57,7 +54,7 @@ Before debugging, you need to compile your code with these flags:
...
@@ -57,7 +54,7 @@ Before debugging, you need to compile your code with these flags:
## Starting a Job With DDT
## Starting a Job With DDT
Be sure to log in with an X window forwarding enabled. This could mean using the
`-
X
`
in the
`ssh`
:
Be sure to log in with an X window forwarding enabled. This could mean using the
`-
-x11
`
in the
`ssh`
:
```
console
```
console
$
ssh
-X
username@login1.karolina.it4i.cz
$
ssh
-X
username@login1.karolina.it4i.cz
...
@@ -65,10 +62,10 @@ $ ssh -X username@login1.karolina.it4i.cz
...
@@ -65,10 +62,10 @@ $ ssh -X username@login1.karolina.it4i.cz
Another options is to access the login node using VNC. See the detailed information on how to
[
use graphic user interface
][
1
]
.
Another options is to access the login node using VNC. See the detailed information on how to
[
use graphic user interface
][
1
]
.
From the login node, an interactive session
**with X windows forwarding**
(the
`-
X
`
option) can be started by the following command:
From the login node, an interactive session
**with X windows forwarding**
(the
`-
x11
`
option) can be started by the following command:
```
console
```
console
$
qsub
-I
-X
-A
NONE-0-0
-
q
q
exp
-l
select
=
1:ncpus
=
128:mpiprocs
=
128,wall
time
=
01:00:00
$
salloc
-A
PROJECT_ID
-
p
q
cpu
--nodes
=
1
--ntasks-per-node
=
128
--cpus-per-task
=
1
--
time
=
01:00:00
--x11
```
```
Then launch the debugger with the
`ddt`
command followed by the name of the executable to debug:
Then launch the debugger with the
`ddt`
command followed by the name of the executable to debug:
...
...
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