summaryrefslogtreecommitdiff
path: root/src/cython/doc/installation.rst
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-27 16:17:08 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-27 16:17:08 +0000
commitd357b3bf12430d5d1ccd03fed58966155bd8826c (patch)
treef96c8994238e39093329e94ee529429ffc5ef202 /src/cython/doc/installation.rst
parent3f26877857b2f72053aff8bf0d449444114fd5a9 (diff)
Add TBB compilation support and documentation
Add Matplotlib results in GUDHI persistence graphical tools git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2112 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e9fe1111d3a7d82c004a390cee77197221f117ec
Diffstat (limited to 'src/cython/doc/installation.rst')
-rw-r--r--src/cython/doc/installation.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/cython/doc/installation.rst b/src/cython/doc/installation.rst
index 0a715b34..c47802b9 100644
--- a/src/cython/doc/installation.rst
+++ b/src/cython/doc/installation.rst
@@ -135,3 +135,22 @@ The following examples require the `NumPy <http://numpy.org>`_:
* :download:`rips_persistence_diagram.py <../example/rips_persistence_diagram.py>`
* :download:`rips_complex_diagram_persistence_from_distance_matrix_file_example.py <../example/rips_complex_diagram_persistence_from_distance_matrix_file_example.py>`
* :download:`tangential_complex_plain_homology_from_off_file_example.py <../example/tangential_complex_plain_homology_from_off_file_example.py>`
+
+Threading Building Blocks
+=========================
+
+`IntelĀ® TBB <https://www.threadingbuildingblocks.org/>`_ lets you easily write
+parallel C++ programs that take full advantage of multicore performance, that
+are portable and composable, and that have future-proof scalability.
+
+Having IntelĀ® TBB installed is recommended to parallelize and accelerate some
+GUDHI computations.
+
+Bug reports and contributions
+*****************************
+
+Please help us improving the quality of the GUDHI library. You may report bugs or suggestions to:
+
+ Contact: gudhi-users@lists.gforge.inria.fr
+
+GUDHI is open to external contributions. If you want to join our development team, please contact us.