Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
b121b6c0
Commit
b121b6c0
authored
9 years ago
by
Christopher Bottoms
Browse files
Options
Downloads
Patches
Plain Diff
Minor typo fixes
parent
482da594
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/job_launch.shtml
+2
-2
2 additions, 2 deletions
doc/html/job_launch.shtml
with
2 additions
and
2 deletions
doc/html/job_launch.shtml
+
2
−
2
View file @
b121b6c0
...
@@ -37,12 +37,12 @@ following:</p>
...
@@ -37,12 +37,12 @@ following:</p>
some of which involve plugins. The process is as follows:</p>
some of which involve plugins. The process is as follows:</p>
<ol>
<ol>
<li>Call <b>job_submit</b> plugins to modify the request as appropriate</li>
<li>Call <b>job_submit</b> plugins to modify the request as appropriate</li>
<li>Validate th
e
the options are valid for this user (e.g. valid partition
<li>Validate th
at
the options are valid for this user (e.g. valid partition
name, valid limits, etc.)</li>
name, valid limits, etc.)</li>
<li>Determine if this job is the highest priority runnable job, if so then
<li>Determine if this job is the highest priority runnable job, if so then
really try to allocate resources for it now, otherwise only validate that it
really try to allocate resources for it now, otherwise only validate that it
could run if no other jobs existed</li>
could run if no other jobs existed</li>
<li>Determine which nodes could be used for the job.
This i
f the feature
<li>Determine which nodes could be used for the job.
I
f the feature
specification uses an exclusive OR option, then multiple iterations of the
specification uses an exclusive OR option, then multiple iterations of the
selection process below will be required with disjoint sets of nodes</li>
selection process below will be required with disjoint sets of nodes</li>
<li>Call the <b>select</b> plugin to select the best resources for the request</li>
<li>Call the <b>select</b> plugin to select the best resources for the request</li>
...
...
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