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
6cbcef12
Commit
6cbcef12
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Simplified some ssh commands in visualization.md.
parent
f1ba2573
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/visualization.md
+10
-2
10 additions, 2 deletions
doc.zih.tu-dresden.de/docs/software/visualization.md
with
10 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/software/visualization.md
+
10
−
2
View file @
6cbcef12
...
@@ -183,9 +183,14 @@ The SSH tunnel has to be created from the user's localhost. The following exampl
...
@@ -183,9 +183,14 @@ The SSH tunnel has to be created from the user's localhost. The following exampl
forward SSH tunnel to localhost on port 22222 (or what ever port is preferred):
forward SSH tunnel to localhost on port 22222 (or what ever port is preferred):
```
console
```
console
marie@local$
ssh
-L
22222:172.24.140.229:11111
<zihlogin>@taurus.hrsk.tu-dresden.de
marie@local$
ssh
-L
22222:172.24.140.229:11111
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).
The final step is to start ParaView locally on your own machine and add the connection
The final step is to start ParaView locally on your own machine and add the connection
-
File -> Connect...
-
File -> Connect...
...
@@ -234,10 +239,13 @@ it into thinking your provided GL rendering version is higher than what it actua
...
@@ -234,10 +239,13 @@ it into thinking your provided GL rendering version is higher than what it actua
??? example
??? example
The following lines requires that you have already set up your [SSH configuration
](../access/ssh_login.md#configuring-default-parameters-for-ssh).
```console
```console
# 1st, connect to ZIH systems using X forwarding (-X).
# 1st, connect to ZIH systems using X forwarding (-X).
# It is a good idea to also enable compression for such connections (-C):
# It is a good idea to also enable compression for such connections (-C):
marie@local$ ssh -XC taurus
.hrsk.tu-dresden.de
marie@local$ ssh -XC taurus
# 2nd, load the ParaView module and override the GL version (if necessary):
# 2nd, load the ParaView module and override the GL version (if necessary):
marie@login$ module Paraview/5.7.0
marie@login$ module Paraview/5.7.0
...
...
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