Skip to content

Commit

Permalink
GitHub build 1604
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 7, 2023
1 parent 785885d commit 3f72ecf
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified 2.3-dev/.doctrees/environment.pickle
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@
<dd><p>The batch scheduling algorithm. Can be: </p>
<p><ul class="simple">
<li><p>If ENABLE_BATSCHED is set to off / not set:<ul>
<li><p>”fcfs”: First Come First Serve (default)</p></li>
<li><p>”fcfs”: First Come First Serve, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs) (default)</p></li>
<li><p>”conservative_bf”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the node level (i.e., two jobs can never run on the same node even if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
</ul>
</p></li>
<li><p>If ENABLE_BATSCHED is set to on:<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@
<dd><p>The batch scheduling algorithm. Can be: </p>
<p><ul class="simple">
<li><p>If ENABLE_BATSCHED is set to off / not set:<ul>
<li><p>”fcfs”: First Come First Serve (default)</p></li>
<li><p>”fcfs”: First Come First Serve, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs) (default)</p></li>
<li><p>”conservative_bf”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the node level (i.e., two jobs can never run on the same node even if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
</ul>
</p></li>
<li><p>If ENABLE_BATSCHED is set to on:<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@
<dd><p>The batch scheduling algorithm. Can be: </p>
<p><ul class="simple">
<li><p>If ENABLE_BATSCHED is set to off / not set:<ul>
<li><p>”fcfs”: First Come First Serve (default)</p></li>
<li><p>”fcfs”: First Come First Serve, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs) (default)</p></li>
<li><p>”conservative_bf”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the node level (i.e., two jobs can never run on the same node even if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
</ul>
</p></li>
<li><p>If ENABLE_BATSCHED is set to on:<ul>
Expand Down
2 changes: 1 addition & 1 deletion 2.3-dev/searchindex.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@
<dd><p>The batch scheduling algorithm. Can be: </p>
<p><ul class="simple">
<li><p>If ENABLE_BATSCHED is set to off / not set:<ul>
<li><p>”fcfs”: First Come First Serve (default)</p></li>
<li><p>”fcfs”: First Come First Serve, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs) (default)</p></li>
<li><p>”conservative_bf”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the node level (i.e., two jobs can never run on the same node even if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
</ul>
</p></li>
<li><p>If ENABLE_BATSCHED is set to on:<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@
<dd><p>The batch scheduling algorithm. Can be: </p>
<p><ul class="simple">
<li><p>If ENABLE_BATSCHED is set to off / not set:<ul>
<li><p>”fcfs”: First Come First Serve (default)</p></li>
<li><p>”fcfs”: First Come First Serve, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs) (default)</p></li>
<li><p>”conservative_bf”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the node level (i.e., two jobs can never run on the same node even if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
</ul>
</p></li>
<li><p>If ENABLE_BATSCHED is set to on:<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@
<dd><p>The batch scheduling algorithm. Can be: </p>
<p><ul class="simple">
<li><p>If ENABLE_BATSCHED is set to off / not set:<ul>
<li><p>”fcfs”: First Come First Serve (default)</p></li>
<li><p>”fcfs”: First Come First Serve, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs) (default)</p></li>
<li><p>”conservative_bf”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the node level (i.e., two jobs can never run on the same node even if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which only allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
<li><p>”conservative_bf_core_level”: a home-grown implementation of FCFS with conservative backfilling, which allocates resources at the core level (i.e., two jobs may run on the same node if that node has enough cores to support both jobs)</p></li>
</ul>
</p></li>
<li><p>If ENABLE_BATSCHED is set to on:<ul>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 3f72ecf

Please sign in to comment.