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
dd301a8a
Verified
Commit
dd301a8a
authored
2 years ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
Remove deprecated GPU types.
parent
234b29ef
No related branches found
No related tags found
1 merge request
!358
Remove deprecated GPU types.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/submitting_jobs/submitting_gpu_jobs.md
+3
-6
3 additions, 6 deletions
content/submitting_jobs/submitting_gpu_jobs.md
with
3 additions
and
6 deletions
content/submitting_jobs/submitting_gpu_jobs.md
+
3
−
6
View file @
dd301a8a
...
@@ -6,15 +6,12 @@ weight=35
...
@@ -6,15 +6,12 @@ weight=35
### Available GPUs
### Available GPUs
Crane has
four
types of GPUs available in the
`gpu`
partition. The
Crane has
two
types of GPUs available in the
`gpu`
partition. The
type of GPU is configured as a SLURM feature, so you can specify a type
type of GPU is configured as a SLURM feature, so you can specify a type
of GPU in your job resource requirements if necessary.
of GPU in your job resource requirements if necessary.
| Description | SLURM Feature | Available Hardware |
| Description | SLURM Feature | Available Hardware |
| -------------------- | ------------- | ---------------------------- |
| -------------------- | ------------- | ---------------------------- |
| Tesla K20, non-IB | gpu_k20 | 3 nodes - 2 GPUs with 4 GB mem per node |
| Teska K20, with IB | gpu_k20 | 3 nodes - 3 GPUs with 4 GB mem per node |
| Tesla K40, with IB | gpu_k40 | 5 nodes - 4 K40M GPUs with 11 GB mem per node
<br>
1 node - 2 K40C GPUs |
| Tesla P100, with OPA | gpu_p100 | 2 nodes - 2 GPUs with 12 GB per node |
| Tesla P100, with OPA | gpu_p100 | 2 nodes - 2 GPUs with 12 GB per node |
| Tesla V100, with 10GbE | gpu_v100 | 1 node - 4 GPUs with 16 GB per node |
| Tesla V100, with 10GbE | gpu_v100 | 1 node - 4 GPUs with 16 GB per node |
| Tesla V100, with OPA | gpu_v100 | 21 nodes - 2 GPUs with 32GB per node |
| Tesla V100, with OPA | gpu_v100 | 21 nodes - 2 GPUs with 32GB per node |
...
@@ -54,7 +51,7 @@ To run on a specific type of GPU, you can constrain your job to require
...
@@ -54,7 +51,7 @@ To run on a specific type of GPU, you can constrain your job to require
a feature. To run on K40 GPUs for example:
a feature. To run on K40 GPUs for example:
{{
<
highlight
batch
>
}}
{{
<
highlight
batch
>
}}
--partition=gpu --gres=gpu --constraint=gpu_
k4
0
--partition=gpu --gres=gpu --constraint=gpu_
p10
0
{{
<
/
highlight
>
}}
{{
<
/
highlight
>
}}
{{% notice info %}}
{{% notice info %}}
...
@@ -74,7 +71,7 @@ For example, using
...
@@ -74,7 +71,7 @@ For example, using
{{
<
/
highlight
>
}}
{{
<
/
highlight
>
}}
will request a GPU with 16GB of RAM, independent of the type of card
will request a GPU with 16GB of RAM, independent of the type of card
(
K20, K40,
P100, etc.). You may also request both a GPU type _and_
(P100
, T4
, etc.). You may also request both a GPU type _and_
memory amount using the
`&`
operator (single quotes are used because
memory amount using the
`&`
operator (single quotes are used because
`&`
is a special character).
`&`
is a special character).
...
...
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