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
b535fbf9
Commit
b535fbf9
authored
2 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Plain Diff
Merge branch 'gupa977e--tu-dresden.de-preview-patch-09838' into 'preview'
#386
solve Closes
#386
See merge request
!671
parents
220d81f0
b9397088
No related branches found
No related tags found
2 merge requests
!687
Automated merge from preview to main
,
!671
#386 solve
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/gpu_programming.md
+2
-2
2 additions, 2 deletions
doc.zih.tu-dresden.de/docs/software/gpu_programming.md
with
2 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/software/gpu_programming.md
+
2
−
2
View file @
b535fbf9
...
@@ -9,7 +9,7 @@ Each node uses a different [module environment](modules.md#module-environments):
...
@@ -9,7 +9,7 @@ Each node uses a different [module environment](modules.md#module-environments):
*
[
NVIDIA Tesla K80 GPUs nodes
](
../jobs_and_resources/hardware_overview.md#island-2-phase-2-intel-haswell-cpus-nvidia-k80-gpus
)
*
[
NVIDIA Tesla K80 GPUs nodes
](
../jobs_and_resources/hardware_overview.md#island-2-phase-2-intel-haswell-cpus-nvidia-k80-gpus
)
(partition
`gpu2`
): use the default
`scs5`
module environment (
`module switch modenv/scs5`
).
(partition
`gpu2`
): use the default
`scs5`
module environment (
`module switch modenv/scs5`
).
*
[
NVIDIA Tesla V100 nodes
](
../jobs_and_resources/hardware_overview.md#ibm-power9-nodes-for-machine-learning
)
*
[
NVIDIA Tesla V100 nodes
](
../jobs_and_resources/hardware_overview.md#ibm-power9-nodes-for-machine-learning
)
(partition
`ml`
): use the
`ml`
module environment (
`mod
env
switch modenv/ml`
)
(partition
`ml`
): use the
`ml`
module environment (
`mod
ule
switch modenv/ml`
)
*
[
NVIDIA A100 nodes
](
../jobs_and_resources/hardware_overview.md#amd-rome-cpus-nvidia-a100
)
*
[
NVIDIA A100 nodes
](
../jobs_and_resources/hardware_overview.md#amd-rome-cpus-nvidia-a100
)
(partition
`alpha`
): use the
`hiera`
module environment (
`module switch modenv/hiera`
)
(partition
`alpha`
): use the
`hiera`
module environment (
`module switch modenv/hiera`
)
...
@@ -81,7 +81,7 @@ Alternatively, you can work on the partitions interactively:
...
@@ -81,7 +81,7 @@ Alternatively, you can work on the partitions interactively:
```
bash
```
bash
marie@login
$
srun
--partition
=
<partition>-interactive
--gres
=
gpu:<N>
--pty
bash
marie@login
$
srun
--partition
=
<partition>-interactive
--gres
=
gpu:<N>
--pty
bash
marie@compute
$
module purge
;
mod
env
switch modenv/<
env
>
marie@compute
$
module purge
;
mod
ule
switch modenv/<
env
>
```
```
## Directive Based GPU Programming
## Directive Based GPU Programming
...
...
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