File: index.rst

package info (click to toggle)
pytest-mpi 0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 2,070; makefile: 28; sh: 22
file content (38 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. pytest-mpi documentation master file, created by
   sphinx-quickstart on Wed Jun 26 22:34:19 2019.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to pytest-mpi's documentation!
======================================

`pytest-mpi` provides a number of things to assist with using pytest with
MPI-using code, specifically:

    * Displaying of the current MPI configuration (e.g. the MPI version, the
      number of processes)
    * Sharing temporary files/folders across the MPI processes
    * Markers which allow for skipping or xfailing tests based on whether the
      tests are being run under MPI

Further features will be added in the future, and contribution of features is
very much welcomed.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   usage
   markers
   fixtures
   changelog
   contributing



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`