You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backends/index.html
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -447,6 +447,32 @@
447
447
</li>
448
448
</ul>
449
449
</section>
450
+
<sectionid="module-gwf.backends.pbs">
451
+
<spanid="portable-batch-system-pbs"></span><h2>Portable Batch System (PBS)<aclass="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
+
<ulclass="simple">
459
+
<li><dlclass="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><dlclass="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><dlclass="simple">
470
+
<dt><strong>queue (str):</strong></dt><dd><p>Queue to submit the target to (default: normal).</p>
0 commit comments