Skip to content

Commit

Permalink
Formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
rayosborn committed Oct 25, 2023
1 parent 9c0d7d6 commit e58764c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/source/installation.rst
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

0 comments on commit e58764c

Please sign in to comment.