Fix memory leaks from the UMFPack wrapper
- Nov 13, 2024
-
-
Santiago Ospina De Los Ríos authored
The main offender is TBB whose parallel sort has memory leaks https://github.com/oneapi-src/oneDPL/pull/1589 so now, the parallel sorts need to be explictely enabled.
-