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
31dcc0c2
Commit
31dcc0c2
authored
12 years ago
by
Rod Schultz
Committed by
jette
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add FAQ about job start time estimate
parent
86196b70
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/faq.shtml
+14
-1
14 additions, 1 deletion
doc/html/faq.shtml
with
14 additions
and
1 deletion
doc/html/faq.shtml
+
14
−
1
View file @
31dcc0c2
...
@@ -46,6 +46,8 @@ the <i>slurm-dev</i> mailing list?</a></li>
...
@@ -46,6 +46,8 @@ the <i>slurm-dev</i> mailing list?</a></li>
running?</a></li>
running?</a></li>
<li><a href="#mpi_symbols">Why is my MPIHCH2 or MVAPICH2 job not running with
<li><a href="#mpi_symbols">Why is my MPIHCH2 or MVAPICH2 job not running with
SLURM? Why does the DAKOTA program not run with SLURM?</a></li>
SLURM? Why does the DAKOTA program not run with SLURM?</a></li>
<li><a href="#estimated_start_time">Why does squeue (and "scontrol show
jobid") sometimes not display a job's estimated start time?</a></li>
</ol>
</ol>
<h2>For Administrators</h2>
<h2>For Administrators</h2>
...
@@ -816,6 +818,17 @@ rather than the appropriate library, the application will fail. In the case of
...
@@ -816,6 +818,17 @@ rather than the appropriate library, the application will fail. In the case of
Rename DAKOTA's function and references from regcomp to something else to make
Rename DAKOTA's function and references from regcomp to something else to make
it work properly.</p>
it work properly.</p>
<p><a name="estimated_start_time"><b>26. Why does squeue (and "scontrol show
jobid") sometimes not display a job's estimated start time?</b></a><br>
When the backfill scheduler is configured, it provides an estimated start time
for jobs that are candidates for backfill. Pending jobs with dependencies
will not have an estimate as it is difficult to predict what resources will
be available when the jobs they are dependent on terminate. Also note that
the estimate is better for jobs expected to start soon, as most running jobs
end before their estimated time. There are other restrictions on backfill that
may apply. See the <a href="#backfill">backfill</a> section for more details.
</p>
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
...
@@ -1500,6 +1513,6 @@ https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3
...
@@ -1500,6 +1513,6 @@ https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 2
3 March
2012</p>
<p style="text-align:center;">Last modified 2
4 June
2012</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
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