Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
a39c8eb2
Commit
a39c8eb2
authored
5 years ago
by
Carrie A Brown
Browse files
Options
Downloads
Plain Diff
Merge branch 'singularity-gpu' into 'master'
Clarify use of gres flag for GPU images. Closes
#18
See merge request
!126
parents
e0c0f851
b5a56c26
No related branches found
Branches containing commit
No related tags found
1 merge request
!126
Clarify use of gres flag for GPU images.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/guides/running_applications/using_singularity.md
+8
-1
8 additions, 1 deletion
content/guides/running_applications/using_singularity.md
with
8 additions
and
1 deletion
content/guides/running_applications/using_singularity.md
+
8
−
1
View file @
a39c8eb2
...
...
@@ -142,10 +142,17 @@ the `tensorflow-gpu` image and need the packages `nibabel` and `tables`.
{{% panel theme="info" header="Run an interactive SLURM job" %}}
{{
<
highlight
bash
>
}}
srun --pty --mem=4gb --qos=short $SHELL
srun --pty --mem=4gb --qos=short
--gres=gpu --partition=gpu
$SHELL
{{
<
/
highlight
>
}}
{{% /panel %}}
{{% notice info %}}
The
`--gres=gpu --partition=gpu`
options are used here as the
`tensorflow-gpu`
image is
GPU enabled. If you are using a non-GPU image, you may omit those options. See the page
on
[
submitting GPU jobs
](
{{
<
relref
"/
guides
/
submitting_jobs
/
submitting_cuda_or_openacc_jobs
/
_index.md
"
>
}})
for more information.
{{% /notice %}}
After the job starts, the prompt will change to indicate you're on a
worker node. Next, start an interactive session in the container.
...
...
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