Manual: modernizes terminology on master/slave

mr#2067
Johannes Pfeifer 2021-12-09 13:15:36 +01:00
parent 1638374b46
commit 48eae1dd66
2 changed files with 8 additions and 8 deletions

View File

@ -119,7 +119,7 @@ tasks which require very little inter-process communication.
The parallelization is done by running several MATLAB or Octave The parallelization is done by running several MATLAB or Octave
processes, either on local or on remote machines. Communication processes, either on local or on remote machines. Communication
between master and slave processes are done through SMB on Windows and between leader and follower processes are done through SMB on Windows and
SSH on UNIX. Input and output data, and also some short status SSH on UNIX. Input and output data, and also some short status
messages, are exchanged through network filesystems. Currently the messages, are exchanged through network filesystems. Currently the
system works only with homogenous grids: only Windows or only Unix system works only with homogenous grids: only Windows or only Unix
@ -140,25 +140,25 @@ and for other options related to the parallelization engine, see
:ref:`dyn-invoc`. :ref:`dyn-invoc`.
You also need to verify that the following requirements are met by You also need to verify that the following requirements are met by
your cluster (which is composed of a master and of one or more your cluster (which is composed of a leader and of one or more
slaves): followers):
For a Windows grid: For a Windows grid:
* a standard Windows network (SMB) must be in place; * a standard Windows network (SMB) must be in place;
* the `PsTools`_ suite must be installed in the path of the * the `PsTools`_ suite must be installed in the path of the
master Windows machine; master Windows machine;
* the Windows user on the master machine has to be user of any * the Windows user on the leader machine has to be user of any
other slave machine in the cluster, and that user will be other follower machine in the cluster, and that user will be
used for the remote computations. used for the remote computations.
* detailed step-by-step setup instructions can be found in * detailed step-by-step setup instructions can be found in
:ref:`win-ssg`. :ref:`win-ssg`.
For a UNIX grid: For a UNIX grid:
* SSH must be installed on the master and on the slave machines; * SSH must be installed on the leader and on the follower machines;
* SSH keys must be installed so that the SSH connection from * SSH keys must be installed so that the SSH connection from
the master to the slaves can be done without passwords, or the leader to the follower can be done without passwords, or
using an SSH agent. using an SSH agent.
We now turn to the description of the configuration directives. Note We now turn to the description of the configuration directives. Note

View File

@ -1082,7 +1082,7 @@ The model is declared inside a ``model`` block:
.. option:: parallel_local_files = ( FILENAME [, FILENAME]... ) .. option:: parallel_local_files = ( FILENAME [, FILENAME]... )
Declares a list of extra files that should be transferred to Declares a list of extra files that should be transferred to
slave nodes when doing a parallel computation (see follower nodes when doing a parallel computation (see
:ref:`paral-conf`). :ref:`paral-conf`).
.. option:: balanced_growth_test_tol = DOUBLE .. option:: balanced_growth_test_tol = DOUBLE