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
Merge requests
!127
Added available memory to GPU resource table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Added available memory to GPU resource table
gpu_update
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Carrie A Brown
requested to merge
gpu_update
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1f7bffdf
1 commit,
5 years ago
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
+
5
−
5
Options
@@ -9,12 +9,12 @@ Crane has four types of GPUs available in the **gpu** partition. The
type of GPU is configured as a SLURM feature, so you can specify a type
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 per node
|
| Teska K20, with IB | gpu_k20 | 3 nodes - 3 GPUs per node |
| Tesla K40, with IB | gpu_k40 | 5 nodes - 4 K40M GPUs per node
<br>
1 node - 2 K40C GPUs |
| Tesla P100, with OPA | gpu_p100 | 2 nodes - 2 GPUs per node |
| 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 |
To run your job on the next available GPU regardless of type, add the
Loading