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
3f6d2c40
Commit
3f6d2c40
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Corrected a few spelling mistakes in visualization.md.
parent
63860325
No related branches found
No related tags found
3 merge requests
!446
docs: Add Jupyter Teaching Example
,
!428
Automated merge from preview to main
,
!425
Reduce number of spelling mistakes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/visualization.md
+4
-4
4 additions, 4 deletions
doc.zih.tu-dresden.de/docs/software/visualization.md
with
4 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/software/visualization.md
+
4
−
4
View file @
3f6d2c40
...
...
@@ -49,10 +49,10 @@ marie@login$ mpiexec -bind-to -help`
or from
[
mpich wiki
](
https://wiki.mpich.org/mpich/index.php/Using_the_Hydra_Process_Manager#Process-core_Binding%7Cwiki.mpich.org
)
.
In the following, we provide two examples on how to use
`pvbatch`
from within a jobfile and an
In the following, we provide two examples on how to use
`pvbatch`
from within a job
file and an
interactive allocation.
??? example "Example jobfile"
??? example "Example job
file"
```Bash
#!/bin/bash
...
...
@@ -97,7 +97,7 @@ cards (GPUs) specified by the device index. For that, make sure to use the modul
*-egl*
, e.g.,
`ParaView/5.9.0-RC1-egl-mpi-Python-3.8`
, and pass the option
`--egl-device-index=$CUDA_VISIBLE_DEVICES`
.
??? example "Example jobfile"
??? example "Example job
file"
```Bash
#!/bin/bash
...
...
@@ -171,7 +171,7 @@ are outputed.*
This contains the node name which your job and server runs on. However, since the node names of the
cluster are not present in the public domain name system (only cluster-internally), you cannot just
use this line as-is for connection with your client.
**You first have to resolve**
the name to an IP
address on ZIH systems: Suffix the nodename with
`-mn`
to get the management network (ethernet)
address on ZIH systems: Suffix the node
name with
`-mn`
to get the management network (ethernet)
address, and pass it to a lookup-tool like
`host`
in another SSH session:
```
console
...
...
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