Skip to content

Commit ed48df8

Browse files
Update main to output generated at d070efa
1 parent 4ce3800 commit ed48df8

File tree

9 files changed

+51
-1
lines changed

9 files changed

+51
-1
lines changed

.doctrees/backends.doctree

4.57 KB
Binary file not shown.

.doctrees/environment.pickle

563 Bytes
Binary file not shown.

_sources/backends.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ IBM Spectrum Load Sharing Facility (LSF)
3838

3939
.. automodule::
4040
gwf.backends.lsf
41+
42+
43+
Portable Batch System (PBS)
44+
---------------------------
45+
46+
.. automodule::
47+
gwf.backends.pbs

backends/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,32 @@
447447
</li>
448448
</ul>
449449
</section>
450+
<section id="module-gwf.backends.pbs">
451+
<span id="portable-batch-system-pbs"></span><h2>Portable Batch System (PBS)<a class="headerlink" href="#module-gwf.backends.pbs" title="Link to this heading"></a></h2>
452+
<p>Backend for Portable Batch System (PBS).</p>
453+
<p>To use this backend, you must activate the <cite>pbs</cite> backend. This backend requires
454+
the commands <cite>qsub</cite> and <cite>qstat</cite>.</p>
455+
<p><strong>Backend options:</strong></p>
456+
<p>None.</p>
457+
<p><strong>Target options:</strong></p>
458+
<ul class="simple">
459+
<li><dl class="simple">
460+
<dt><strong>cores (int):</strong></dt><dd><p>Number of cores allocated to this target (default: 1).</p>
461+
</dd>
462+
</dl>
463+
</li>
464+
<li><dl class="simple">
465+
<dt><strong>memory (str):</strong></dt><dd><p>Memory allocated to this target (default: 4GB).</p>
466+
</dd>
467+
</dl>
468+
</li>
469+
<li><dl class="simple">
470+
<dt><strong>queue (str):</strong></dt><dd><p>Queue to submit the target to (default: normal).</p>
471+
</dd>
472+
</dl>
473+
</li>
474+
</ul>
475+
</section>
450476
</section>
451477

452478
</article>
@@ -509,6 +535,7 @@
509535
<li><a class="reference internal" href="#module-gwf.backends.slurm">Slurm</a></li>
510536
<li><a class="reference internal" href="#module-gwf.backends.sge">Sun Grid Engine (SGE)</a></li>
511537
<li><a class="reference internal" href="#module-gwf.backends.lsf">IBM Spectrum Load Sharing Facility (LSF)</a></li>
538+
<li><a class="reference internal" href="#module-gwf.backends.pbs">Portable Batch System (PBS)</a></li>
512539
</ul>
513540
</li>
514541
</ul>

genindex/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,13 @@ <h2>G</h2>
386386

387387
<ul>
388388
<li><a href="../backends/#module-gwf.backends.lsf">module</a>
389+
</li>
390+
</ul></li>
391+
<li>
392+
gwf.backends.pbs
393+
394+
<ul>
395+
<li><a href="../backends/#module-gwf.backends.pbs">module</a>
389396
</li>
390397
</ul></li>
391398
</ul></td>
@@ -477,6 +484,8 @@ <h2>M</h2>
477484
<li><a href="../backends/#module-gwf.backends.local">gwf.backends.local</a>
478485
</li>
479486
<li><a href="../backends/#module-gwf.backends.lsf">gwf.backends.lsf</a>
487+
</li>
488+
<li><a href="../backends/#module-gwf.backends.pbs">gwf.backends.pbs</a>
480489
</li>
481490
<li><a href="../backends/#module-gwf.backends.sge">gwf.backends.sge</a>
482491
</li>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ <h2>User’s Guide<a class="headerlink" href="#user-s-guide" title="Link to this
350350
<li class="toctree-l2"><a class="reference internal" href="backends/#module-gwf.backends.slurm">Slurm</a></li>
351351
<li class="toctree-l2"><a class="reference internal" href="backends/#module-gwf.backends.sge">Sun Grid Engine (SGE)</a></li>
352352
<li class="toctree-l2"><a class="reference internal" href="backends/#module-gwf.backends.lsf">IBM Spectrum Load Sharing Facility (LSF)</a></li>
353+
<li class="toctree-l2"><a class="reference internal" href="backends/#module-gwf.backends.pbs">Portable Batch System (PBS)</a></li>
353354
</ul>
354355
</li>
355356
<li class="toctree-l1"><a class="reference internal" href="executors/">Executors</a><ul>

objects.inv

1 Byte
Binary file not shown.

py-modindex/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ <h1>Python Module Index</h1>
284284
<a href="../backends/#module-gwf.backends.lsf"><code class="xref">gwf.backends.lsf</code></a></td><td>
285285
<em></em></td>
286286
</tr>
287+
<tr class="cg-1">
288+
<td></td>
289+
<td>&#160;&#160;&#160;
290+
<a href="../backends/#module-gwf.backends.pbs"><code class="xref">gwf.backends.pbs</code></a></td><td>
291+
<em></em></td>
292+
</tr>
287293
<tr class="cg-1">
288294
<td></td>
289295
<td>&#160;&#160;&#160;

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)