Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marinegor committed Oct 24, 2024
1 parent 622e235 commit 83946f7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ impossible with any but the ``serial`` backend.

Parallelization is getting added to existing analysis classes. Initially,
only :class:`MDAnalysis.analysis.rms.RMSD` supports parallel analysis, but
we aim to increase support in future releases.
we aim to increase support in future releases. Please check issues labeled
`parallelization` on the MDAnalysis issues [page](https://github.com/MDAnalysis/mdanalysis/issues).


How does parallelization work
Expand Down Expand Up @@ -106,6 +107,10 @@ If you want to write your own *parallel* analysis class, you have to implement
denote if your analysis can run in parallel by following the steps under
:ref:`adding-parallelization`.

.. Note::

Attributes that are the same for the whole trajectory, should be defined
in `__init__` method because they need to be consistent across all workers.

For MDAnalysis developers
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 83946f7

Please sign in to comment.