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
69ea061a
Commit
69ea061a
authored
11 months ago
by
Gitlab Bot
Browse files
Options
Downloads
Plain Diff
Merge branch 'preview' into merge-preview-in-main
parents
3d144822
1e5fa05b
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1037
Main
,
!1032
Automated merge from preview to main
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/archive/system_taurus.md
+1
-1
1 addition, 1 deletion
doc.zih.tu-dresden.de/docs/archive/system_taurus.md
doc.zih.tu-dresden.de/docs/software/gpu_programming.md
+19
-1
19 additions, 1 deletion
doc.zih.tu-dresden.de/docs/software/gpu_programming.md
with
20 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/archive/system_taurus.md
+
1
−
1
View file @
69ea061a
...
@@ -37,7 +37,7 @@ users and the ZIH.
...
@@ -37,7 +37,7 @@ users and the ZIH.
## Island 2 Phase 2 - Intel Haswell CPUs + NVIDIA K80 GPUs
## Island 2 Phase 2 - Intel Haswell CPUs + NVIDIA K80 GPUs
-
64 nodes, each with
-
64 nodes, each with
-
2 x Intel(R) Xeon(R) CPU
E5-
E5-2680 v3 (12 cores) @ 2.50 GHz, Multithreading disabled
-
2 x Intel(R) Xeon(R) CPU E5-2680 v3 (12 cores) @ 2.50 GHz, Multithreading disabled
-
64 GB RAM (2.67 GB per core)
-
64 GB RAM (2.67 GB per core)
-
128 GB local memory on SSD
-
128 GB local memory on SSD
-
4 x NVIDIA Tesla K80 (12 GB GDDR RAM) GPUs
-
4 x NVIDIA Tesla K80 (12 GB GDDR RAM) GPUs
...
...
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/docs/software/gpu_programming.md
+
19
−
1
View file @
69ea061a
...
@@ -4,7 +4,25 @@
...
@@ -4,7 +4,25 @@
The full hardware specifications of the GPU-compute nodes may be found in the
The full hardware specifications of the GPU-compute nodes may be found in the
[
HPC Resources
](
../jobs_and_resources/hardware_overview.md#hpc-resources
)
page.
[
HPC Resources
](
../jobs_and_resources/hardware_overview.md#hpc-resources
)
page.
Each node uses a different modules(modules.md#module-environments):
Note that the clusters may have different
[
modules
](
modules.md#module-environments
)
available:
E.g. the available CUDA versions can be listed with
```
bash
marie@compute
$
module spider CUDA
```
Note that some modules use a specific CUDA version which is visible in the module name,
e.g.
`GDRCopy/2.1-CUDA-11.1.1`
or
`Horovod/0.28.1-CUDA-11.7.0-TensorFlow-2.11.0`
.
This especially applies to the optimized CUDA libraries like
`cuDNN`
,
`NCCL`
and
`magma`
.
!!! important "CUDA-aware MPI"
When running CUDA applications using MPI for interprocess communication you need to additionally load the modules
that enable CUDA-aware MPI which may provide improved performance.
Those are `UCX-CUDA` and `UCC-CUDA` which supplement the `UCX` and `UCC` modules respectively.
Some modules, like `NCCL`, load those automatically.
## Using GPUs with Slurm
## Using GPUs with Slurm
...
...
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