Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
ZIH
hpcsupport
hpc-compendium
Commits
a33c1819
Commit
a33c1819
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Simplified ssh commands in vampir.md.
parent
6cbcef12
No related branches found
No related tags found
2 merge requests
!478
Automated merge from preview to main
,
!466
Resolve "Use simplified ssh commands"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/vampir.md
+8
-2
8 additions, 2 deletions
doc.zih.tu-dresden.de/docs/software/vampir.md
with
8 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/software/vampir.md
+
8
−
2
View file @
a33c1819
...
...
@@ -33,7 +33,7 @@ For members of TU Dresden the Vampir tool is also available as
[
download
](
http://tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih/forschung/projekte/vampir/vampir_download_tu
)
for installation on your personal computer.
Make sure, that compressed display forwarding (e.g.,
`ssh -YC taurus
.hrsk.tu-dresden.de
`
) is
Make sure, that compressed display forwarding (e.g.,
`ssh -YC taurus`
) is
enabled. Start the GUI by typing
```
console
...
...
@@ -142,9 +142,15 @@ marie@login$ vampirserver list
Open a second console on your local computer and establish an SSH tunnel to the compute node with:
```
console
marie@local$
ssh
-L
30000:taurusi1253:30055 taurus
.hrsk.tu-dresden.de
marie@local$
ssh
-L
30000:taurusi1253:30055 taurus
```
!!! important "SSH command"
The previous SSH command requires that you have already set up your [SSH configuration
](../access/ssh_login.md#configuring-default-parameters-for-ssh).
Now, the port 30000 on your desktop is connected to the VampirServer port 30055 at the compute node
`taurusi1253`
of the ZIH system. Finally, start your local Vampir client and establish a remote
connection to
`localhost`
, port 30000 as described in the manual.
...
...
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