Salome HOME
Adding multithread computation (available since MeshGems-2.4-2) cbr/enable_multithreading
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 19 Jan 2017 13:41:14 +0000 (14:41 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 19 Jan 2017 13:41:14 +0000 (14:41 +0100)
commit1950f7fd36d29c0d6e2cc35b695c3e5dcd1032c9
tree3e27fdd26a99baa2ce0e783b8b1ee7750d2c561a
parent26ca162de107306fe6937e9482172a2603136beb
Adding multithread computation (available since MeshGems-2.4-2)
By default, 4 threads are used (same default as in CADSurf).
12 files changed:
idl/BLSURFPlugin_Algorithm.idl
src/BLSURFPlugin/BLSURFPluginBuilder.py
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.hxx
src/GUI/BLSURFPlugin_msg_en.ts
src/GUI/BLSURFPlugin_msg_fr.ts
src/GUI/BLSURFPlugin_msg_ja.ts
tests/CMakeLists.txt
tests/test_cadsurf_multithread.py [new file with mode: 0644]