Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
49a2684d
Commit
49a2684d
authored
2 years ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
Update nvidia-hip.md
parent
c55c502d
No related branches found
No related tags found
1 merge request
!418
Update nvidia-hip.md
Pipeline
#29517
passed with warnings
2 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/software/nvidia-hip.md
+8
-8
8 additions, 8 deletions
docs.it4i/software/nvidia-hip.md
with
8 additions
and
8 deletions
docs.it4i/software/nvidia-hip.md
+
8
−
8
View file @
49a2684d
...
...
@@ -4,9 +4,9 @@
ROCm HIP allows developers to convert
[
CUDA code
][
a
]
to portable C++. The same source code can be compiled to run on NVIDIA or AMD GPUs.
This page documents the use of pre-built Singularity/
a
pptainer image on Karolina Accelerated nodes (acn).
This page documents the use of pre-built Singularity/
A
pptainer image on Karolina Accelerated nodes (acn).
## Get
i
nto
a
GPU
n
ode
## Get
I
nto GPU
N
ode
```
console
qsub -I -q qnvidia -A OPEN-0-0
...
...
@@ -16,8 +16,7 @@ qsub -I -q qnvidia -A OPEN-0-0
#
$
```
## Installed Versions of Singularity/apptainer
## Installed Versions of Singularity/Apptainer
For the current list of installed versions, use:
...
...
@@ -27,27 +26,28 @@ module avail apptainer
#
apptainer-wrappers/1.0
(
A
)
apptainer/1.1.5
```
Load the required module:
```
console
module load apptainer/1.1.5
```
## Launch Singularity/apptainer
## Launch Singularity/Apptainer
Run the container:
```
console
singularity shell /home/vic0092/rocm/centos7-nvidia-rocm.sif
```
The above gives you Singularity
/ a
pptainer shell prompt:
The above gives you Singularity
/A
pptainer shell prompt:
```
console
Singularity>
```
## Inside the container
## Inside Container
Verify that you have GPUs active and accessible on the given node:
```
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