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
91ed8ba1
Commit
91ed8ba1
authored
2 years ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
Update nvidia-hip.md
parent
b36aa6ed
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#29521
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
+5
-5
5 additions, 5 deletions
docs.it4i/software/nvidia-hip.md
with
5 additions
and
5 deletions
docs.it4i/software/nvidia-hip.md
+
5
−
5
View file @
91ed8ba1
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
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.
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
/Apptainer
image on Karolina Accelerated nodes (acn).
This page documents the use of pre-built
Apptainer (previously
Singularity
)
image on Karolina Accelerated nodes (acn).
## Get Into GPU Node
## Get Into GPU Node
...
@@ -16,7 +16,7 @@ qsub -I -q qnvidia -A OPEN-0-0
...
@@ -16,7 +16,7 @@ qsub -I -q qnvidia -A OPEN-0-0
#
$
#
$
```
```
## Installed Versions of
Singularity/
Apptainer
## Installed Versions of Apptainer
For the current list of installed versions, use:
For the current list of installed versions, use:
...
@@ -32,15 +32,15 @@ Load the required module:
...
@@ -32,15 +32,15 @@ Load the required module:
module load apptainer/1.1.5
module load apptainer/1.1.5
```
```
## Launch
Singularity/
Apptainer
## Launch Apptainer
Run the container:
Run the container:
```
console
```
console
singularity shell /home/
vic0092
/rocm/centos7-nvidia-rocm.sif
singularity shell /home/
username
/rocm/centos7-nvidia-rocm.sif
```
```
The above gives you
Singularity/
Apptainer shell prompt:
The above gives you Apptainer shell prompt:
```
console
```
console
Singularity>
Singularity>
...
...
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