Skip to content
Snippets Groups Projects
Commit d00bc9e2 authored by Morris Jette's avatar Morris Jette
Browse files

Expand pack job scheduling description on web page

parent 59b27626
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,15 @@ part of a federation (e.g. "sbatch --cluster=alpha,beta ...") then the entire ...@@ -141,6 +141,15 @@ part of a federation (e.g. "sbatch --cluster=alpha,beta ...") then the entire
job will be sent to the cluster expected to be able to start all components job will be sent to the cluster expected to be able to start all components
at the earliest time.</p> at the earliest time.</p>
<p>There is currently no test performed at job submit time to determine if all
components of a heterogeneous job can be started at the same time with respect
to account and quality of service (QOS) limits.
Each component will be validated to be executable at job submit time and the
heterogeneous job as a whole will only be validated with respect to limits
when being considered for resource allocation (i.e. scheduling time).
Each component of a heterogeneous job counts as a "job" with respect to
resource limits.</p>
<h2><a name="managing">Managing Jobs</a></h2> <h2><a name="managing">Managing Jobs</a></h2>
<p>Information maintained in Slurm for a heterogeneous job includes:</p> <p>Information maintained in Slurm for a heterogeneous job includes:</p>
...@@ -383,6 +392,13 @@ mode is used in the next iteration in order to consider system status changes ...@@ -383,6 +392,13 @@ mode is used in the next iteration in order to consider system status changes
which might permit the heterogeneous to be initiated at an earlier time than which might permit the heterogeneous to be initiated at an earlier time than
previously determined.</p> previously determined.</p>
<p>There is currently no test performed at job submit time to determine if all
components of a heterogeneous job can be started at the same time with respect
to account and quality of service (QOS) limits.
Each component will be validated to be executable at job submit time and the
heterogeneous job as a whole will only be validated with respect to limits
when being considered for resource allocation (i.e. scheduling time).</p>
<p>Each component of a heterogeneous job counts as a "job" with respect to <p>Each component of a heterogeneous job counts as a "job" with respect to
resource limits. resource limits.
Also note that a heterogeneous job may be submitted to Slurm that can not be Also note that a heterogeneous job may be submitted to Slurm that can not be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment