From 159ca5fab8a55e2a9fc3ea2f9490b08cd6817ebe Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Tue, 2 Jul 2013 13:32:15 +0200 Subject: [PATCH] Remove the "TBB malloc proxy" recommendation, since we don't use it anymore --- Mesh_3/doc/Mesh_3/Mesh_3.txt | 1 - Triangulation_3/doc/Triangulation_3/Triangulation_3.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index 26b3d5131a3..71c49dc125d 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -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 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. diff --git a/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt b/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt index 717e826e8c0..e2480d10102 100644 --- a/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt +++ b/Triangulation_3/doc/Triangulation_3/Triangulation_3.txt @@ -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 strongly suggest the user to use the TBB malloc proxy by including 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.