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
b7440de5
Commit
b7440de5
authored
5 years ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
Add section on GPU guest jobs.
parent
432ddc23
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
+16
-0
16 additions, 0 deletions
...guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
with
16 additions
and
0 deletions
content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
+
16
−
0
View file @
b7440de5
...
...
@@ -94,3 +94,19 @@ module load cuda/8.0 compiler/pgi/16
./acc-app.exe
{{
<
/
highlight
>
}}
{{% /panel %}}
### Submitting Pre-emptable Jobs
Some GPU hardware is reserved by various groups for priority access. While the group that has
purchased the priority access will always have immediate access, HCC makes these nodes
available opportunistically. When not otherwise utilized,
**
jobs can run on these resources with the
limitation that they may be pre-empted (i.e. killed) at any time
**
.
To submit jobs to these resources, add the following to your srun or sbatch command:
{{
<
highlight
batch
>
}}
--partition=guest_gpu --gres=gpu
{{
<
/
highlight
>
}}
**
In order to properly utilize pre-emptable resources, your job must be able to support
some type of checkpoint/resume functionality.
**
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