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
Merge requests
!209
Cisteni
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cisteni
cisteni
into
master
Overview
2
Commits
11
Pipelines
0
Changes
60
1 unresolved thread
Hide all comments
Merged
Lukáš Krupčík
requested to merge
cisteni
into
master
6 years ago
Overview
2
Commits
11
Pipelines
0
Changes
60
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 6
0e6d11e3
6 years ago
version 5
a78b05e4
6 years ago
version 4
910789da
6 years ago
version 3
134a3c33
6 years ago
version 2
4fc1e839
6 years ago
version 1
e6e75509
6 years ago
master (base)
and
latest version
latest version
f6c3a12a
11 commits,
6 years ago
version 6
0e6d11e3
10 commits,
6 years ago
version 5
a78b05e4
9 commits,
6 years ago
version 4
910789da
8 commits,
6 years ago
version 3
134a3c33
7 commits,
6 years ago
version 2
4fc1e839
6 commits,
6 years ago
version 1
e6e75509
5 commits,
6 years ago
60 files
+
234
−
237
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
60
Search (e.g. *.vue) (Ctrl+P)
docs.it4i/anselm/software/debuggers/allinea-ddt.md
+
3
−
3
Options
@@ -25,14 +25,14 @@ In case of debugging on accelerators:
Load all necessary modules to compile the code. For example:
```
bash
$
m
odule load
intel
$
m
odule load
impi ... or ... m
odule load
openmpi/X.X.X-icc
$
m
l
intel
$
m
l
impi ... or ... m
l
openmpi/X.X.X-icc
```
Load the Allinea DDT module:
```
bash
$
m
odule load
Forge
$
m
l
Forge
```
Compile the code:
Loading