Remove the "TBB malloc proxy" recommendation, since we don't use it anymore

This commit is contained in:
Clement Jamin 2013-07-02 13:32:15 +02:00
parent fcdf906f06
commit 159ca5fab8
2 changed files with 0 additions and 2 deletions

View File

@ -551,7 +551,6 @@ those processes have themselves parameters (see details in reference pages) to t
Enabling parallel meshing and optimization algorithms is achieved through setting the third template parameter of the `Mesh_triangulation_3` class to `Parallel_tag`, when defining the triangulation type. Note that when the user provides his/her own vertex and cell base classes, the `MeshVertexBase_3` and `MeshCellBase_3` concepts impose additionnal requirements.
Parallel algorithms require the executable to be linked against the Intel TBB library.
We advise the user to use the TBB malloc proxy by including <tbb/tbbmalloc_proxy.h> within his source code.
To control the number of threads used, the user may use the tbb::task_scheduler_init class.
See TBB documentation for more details.

View File

@ -417,7 +417,6 @@ reference to a `SpatialLockDataStructure_3` instance is provided via the constru
by using `set_lock_data_structure`.
Parallel algorithms require the program to be linked against the Intel TBB library.
We <b>strongly suggest</b> the user to use the TBB malloc proxy by including <tbb/tbbmalloc_proxy.h> in his source code.
To control the number of threads used, the user may use the tbb::task_scheduler_init class.
See TBB documentation for more details.