Skip to content

Commit

Permalink
deploy: e58764c
Browse files Browse the repository at this point in the history
  • Loading branch information
rayosborn committed Oct 25, 2023
1 parent 78e5ba9 commit dac153e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
15 changes: 8 additions & 7 deletions _sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,16 @@ The server settings are used by the workflow server, which is described
in a later section.

:type: The server type can either be ``multicore`` or ``multinode``. The
only difference is that multinode servers have a list of defined nodes,
to which jobs may be submitted, so their names will also be stored in
the settings file. If jobs are submitted to a job server, without
needing to specify the node, or if all the jobs are performed on the
local machine, then the server type should be ``multicore``.
only difference is that multinode servers have a list of defined
nodes, to which jobs may be submitted, so their names will also
be stored in the settings file. If jobs are submitted to a job
server, without needing to specify the node, or if all the jobs
are performed on the local machine, then the server type should
be ``multicore``.

:cores: This sets the number of jobs that can be run simultaneously by
the server. Once reaching the limit, new jobs will only start as old
ones are finished.
the server. Once reaching the limit, new jobs will only start as
old ones are finished.

* **concurrent**
This determines whether parallelized processes should be used in the
Expand Down
23 changes: 11 additions & 12 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,21 +237,20 @@ <h3>Default Settings<a class="headerlink" href="#default-settings" title="Permal
in a later section.</p>
<dl class="field-list simple">
<dt class="field-odd">type</dt>
<dd class="field-odd"><p>The server type can either be <code class="docutils literal notranslate"><span class="pre">multicore</span></code> or <code class="docutils literal notranslate"><span class="pre">multinode</span></code>. The</p>
<dd class="field-odd"><p>The server type can either be <code class="docutils literal notranslate"><span class="pre">multicore</span></code> or <code class="docutils literal notranslate"><span class="pre">multinode</span></code>. The
only difference is that multinode servers have a list of defined
nodes, to which jobs may be submitted, so their names will also
be stored in the settings file. If jobs are submitted to a job
server, without needing to specify the node, or if all the jobs
are performed on the local machine, then the server type should
be <code class="docutils literal notranslate"><span class="pre">multicore</span></code>.</p>
</dd>
</dl>
<p>only difference is that multinode servers have a list of defined nodes,
to which jobs may be submitted, so their names will also be stored in
the settings file. If jobs are submitted to a job server, without
needing to specify the node, or if all the jobs are performed on the
local machine, then the server type should be <code class="docutils literal notranslate"><span class="pre">multicore</span></code>.</p>
<dl class="field-list simple">
<dt class="field-odd">cores</dt>
<dd class="field-odd"><p>This sets the number of jobs that can be run simultaneously by</p>
<dt class="field-even">cores</dt>
<dd class="field-even"><p>This sets the number of jobs that can be run simultaneously by
the server. Once reaching the limit, new jobs will only start as
old ones are finished.</p>
</dd>
</dl>
<p>the server. Once reaching the limit, new jobs will only start as old
ones are finished.</p>
<ul class="simple">
<li><p><strong>concurrent</strong>
This determines whether parallelized processes should be used in the
Expand Down

0 comments on commit dac153e

Please sign in to comment.