Fix memory leaks from the UMFPack wrapper
Compare changes
@@ -30,7 +30,7 @@ makeInverseOperator(const std::shared_ptr<Op>& op,
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 explicitly enabled.