Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Multithreaded triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Multithreaded triangulation


Chronological Thread 
  • From: Григорий Шабаганов <>
  • To:
  • Subject: [cgal-discuss] Multithreaded triangulation
  • Date: Tue, 28 Feb 2017 23:10:00 +0800
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:gSTBdBc7d5+lIl7VOfpnUDCvlGMj4u6mDksu8pMizoh2WeGdxc2yZx7h7PlgxGXEQZ/co6odzbGH7ua6CSdfut7B6ClEK8McEUddyI0/pE8JPo2sMQXDNvnkbig3ToxpdWRO2DWFC3VTA9v0fFbIo3e/vnY4ExT7MhdpdKyuQtaBx5f/6+fn8JLaZ0BEhSG2fKhpBBSwtwTY8McM0qV4LaNkIwMgS3xQkg0eLGqBLLuanxHWrpO7/JNm9ChZveko8sdoXqDzfqB+RrtdWmd1e1sp7dHm4EGQBTCE4WERBz0b

Hi all,
I'd like to use CGAL to compute triangulations of a huge bunch of separate 2d polygons in several threads, i.e each thread is going to compute triangulation for one single polygon (owning its own thread-local CGAL variables). And I was not able to find any documentation depicting this kind of thread-safety. Can anyone indicate if this scenario is achievable and there are no harmful things in CGAL such as static class variables or global variables or smth else that can violate thread-safety? Thank you!


  • [cgal-discuss] Multithreaded triangulation, Григорий Шабаганов, 02/28/2017

Archive powered by MHonArc 2.6.18.

Top of Page