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
adf8a041
Commit
adf8a041
authored
4 months ago
by
Martin Schroschk
Browse files
Options
Downloads
Plain Diff
Merge branch 'pr_602' of gitlab.hrz.tu-chemnitz.de:zih/hpcsupport/hpc-compendium into pr_602
parents
986d509d
0bd3c8ad
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1164
Automated merge from preview to main
,
!1152
Add page for Capella
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/jobs_and_resources/capella.md
+2
-2
2 additions, 2 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/capella.md
doc.zih.tu-dresden.de/docs/software/pytorch.md
+1
-1
1 addition, 1 deletion
doc.zih.tu-dresden.de/docs/software/pytorch.md
with
3 additions
and
3 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/capella.md
+
2
−
2
View file @
adf8a041
...
...
@@ -25,7 +25,7 @@ The multi-GPU cluster `Capella` has been installed for AI-related computations a
HPC simulations. Capella is fully integrated into the ZIH HPC infrastructure.
Therefore, the usage should be similar to the other clusters.
## Hardware
Resource
s
## Hardware
Specification
s
The hardware specification is documented on the page
[
HPC Resources
](
hardware_overview.md#capella
)
.
...
...
@@ -45,7 +45,7 @@ provide further information on these two topics.
## Filesystems
As
is the case
with all other clusters, your
`/home`
directory is also available on
`Capella`
.
As with all other clusters, your
`/home`
directory is also available on
`Capella`
.
For reasons of convenience, the filesystems
`horse`
and
`walrus`
are also accessible.
Please note, that the filesystem
`horse`
**is not to be used**
as working filesystem at the cluster
`Capella`
.
...
...
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/docs/software/pytorch.md
+
1
−
1
View file @
adf8a041
...
...
@@ -72,7 +72,7 @@ Modules GCC/11.3.0, OpenMPI/4.1.4, torchvision/0.13.1 and 62 dependencies loaded
Now, we check that we can access PyTorch:
```
console
marie@
{
power9
,alpha}$
python
-c
"import torch; print(torch.__version__)"
marie@power9 python -c "import torch;
print
(
torch.__version__
)
"
```
The following example shows how to create a python virtual environment and import PyTorch.
...
...
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