Skip to content

Commit

Permalink
Refs #9583 add rst files for mpi algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Jun 17, 2014
1 parent 0e5403b commit a5fedd4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Code/Mantid/docs/source/algorithms/BroadcastWorkspace-v1.rst
@@ -0,0 +1,14 @@
.. algorithm::

.. summary::

.. alias::

.. properties::

Description
-----------

BroadcastWorkspace is used to copy a workspace from one process to all the others.

.. categories::
17 changes: 17 additions & 0 deletions Code/Mantid/docs/source/algorithms/GatherWorkspaces-v1.rst
@@ -0,0 +1,17 @@
.. algorithm::

.. summary::

.. alias::

.. properties::

Description
-----------

It stitches together the input workspaces provided by each of the processes into a single workspace in the root process.
The spectra in the output workspace will be ordered by the rank of the input processes.
It is up to the caller to ensure this results in the required ordering.
Furthermore, there are all sorts of things that ought to be consistent for this algorithm to make sense (e.g. the instrument). The general philosophy, though, is to leave the responsibility for this to the user and only check the vital things (i.e. that the number of bins is consistent).

.. categories::

0 comments on commit a5fedd4

Please sign in to comment.