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
f640cedf
Verified
Commit
f640cedf
authored
4 years ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
Add docs for accessing priority access partitions.
parent
7f0d85a8
No related branches found
No related tags found
1 merge request
!245
Add docs for accessing priority access partitions.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/submitting_jobs/partitions/_index.md
+30
-1
30 additions, 1 deletion
content/submitting_jobs/partitions/_index.md
with
30 additions
and
1 deletion
content/submitting_jobs/partitions/_index.md
+
30
−
1
View file @
f640cedf
...
...
@@ -53,7 +53,7 @@ nodes, described in the resources capabilities section of the
[
HCC Documentation
](
{{
<
relref
"/
#resource-capabilities
"
>
}})
and the partition sections above.
### Owned Partitions
### Owned
/Priority Access
Partitions
Partitions marked as owned by a group means only specific groups are
allowed to submit jobs to that partition. Groups are manually added to
...
...
@@ -61,6 +61,35 @@ the list allowed to submit jobs to the partition. If you are unable to
submit jobs to a partition, and you feel that you should be, please
contact {{
<
icon
name=
"envelope"
>
}}
[
hcc-support@unl.edu
](
mailto:hcc-support@unl.edu
)
.
To submit jobs to an owned partition, use the SLURM
`--partition`
option. Jobs
can either be submitted
*only*
to an owned partition, or to
*both*
the owned
partition and the general access queue. For example, assuming a partition
named
`mypartition`
:
{{% panel theme="info" header="Submit only to an owned partition" %}}
{{
<
highlight
bash
>
}}
#SBATCH --partition=mypartition
{{
<
/
highlight
>
}}
{{% /panel %}}
Submitting solely to an owned partition means jobs will start immediately until
the resources on the partition are full, then queue until prior jobs finish and
resources become available.
{{% panel theme="info" header="Submit to both an owned partition and general queue" %}}
{{
<
highlight
bash
>
}}
#SBATCH --partition=mypartition,batch
{{
<
/
highlight
>
}}
{{% /panel %}}
Submitting to both an owned partition and
`batch`
means jobs will run on both the owned
partition and the general batch queue. Jobs will start immediately until the resources
on the partition are full, then queue. Pending jobs will then start either on the owned partition
or in the general queue, wherever resources become available first
(taking into account FairShare). Unless there are specific reasons to limit jobs
to owned resources, this method is recommended to maximize job throughput.
### Guest Partition
The
`guest`
partition can be used by users and groups that do not own
...
...
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