GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
245 stars 65 forks source link

Cannot have 2 threads that both compute persistence on completely independent filtrations. #1082

Closed VincentRouvreau closed 5 days ago

VincentRouvreau commented 1 week ago
          It seems like a big problem if we cannot even have 2 threads that both compute persistence on completely independent filtrations.

_Originally posted by @mglisse in https://github.com/GUDHI/gudhi-devel/pull/669#discussion_r1649558063_

hschreiber commented 1 week ago

Ah, I forgot about that. I think, we can just remove the static from it and it should work just fine as it is only used inside the compressed matrix.

Should I do it?