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
Merge requests
!418
Update nvidia-hip.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update nvidia-hip.md
vic0092-master-patch-15296
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Jan Vicherek
requested to merge
vic0092-master-patch-15296
into
master
2 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
c55c502d
2 years ago
master (base)
and
latest version
latest version
49a2684d
2 commits,
2 years ago
version 1
c55c502d
1 commit,
2 years ago
1 file
+
19
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs.it4i/software/nvidia-hip.md
+
19
−
3
Options
@@ -4,14 +4,26 @@
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).
## Installed Versions of Singularity/apptainer
## Get Into GPU Node
```
console
qsub -I -q qnvidia -A OPEN-0-0
#
you get:
#
qsub: waiting
for
job 1777777.infra-pbs to start
#
qsub: job 1777777.infra-pbs ready
#
$
```
## Installed Versions of Singularity/Apptainer
For the current list of installed versions, use:
```
console
module avail apptainer
#
-----------------
/apps/modules/tools
------------------
#
apptainer-wrappers/1.0
(
A
)
apptainer/1.1.5
```
Load the required module:
@@ -20,18 +32,22 @@ Load the required module:
module load apptainer/1.1.5
```
## 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 Container
Verify that you have GPUs active and accessible on the given node:
```
console
Loading