Re: VTK and ParaView parallelization

2021-04-27 Thread François Mazen
Anton, thanks for your trust! I've created a merge request for VTK in order to use TBB instead of sequential behavior when dealing with parallel code: https://salsa.debian.org/science-team/vtk9/-/merge_requests/4 I would like to do the same for ParaView but the salsa repo is not sync with the

Re: VTK and ParaView parallelization

2021-04-22 Thread Anton Gladky
Hi François, thanks for a suggestion! I have added you to Debian Science Team on salsa. Feel free to contribute! Best regards Anton Am Do., 22. Apr. 2021 um 21:46 Uhr schrieb François Mazen : > Hello, > > I'm wondering why VTK and ParaView are build with the "Sequential" > default backend

VTK and ParaView parallelization

2021-04-22 Thread François Mazen
Hello, I'm wondering why VTK and ParaView are build with the "Sequential" default backend for parallelization (vtkSMPTools backend)? This makes ParaView run slower compared to official binary releases from Kitware, which are built with Threaded Building Blocks (TBB). Hence, any serious user of