Demian Hespe
Demian Hespe
Ok, I just found out that this doesn't happen if I save the file in between renames. Is that intended behaviour? It seems rather unintuitive and is not consistent with...
I think @darrenstrash fixed this in 275a875d3c62e6fff7aeed77af8a54d07be82062 ?
parallel/numeric seems to only be used in the maximum matching code ([lib/mis/kernel/ParFastKer/fast_reductions/src/MaximumMatching.cpp](https://github.com/KarlsruheMIS/KaMIS/blob/f99641d719594b4f7091898c9002a8dc762213d2/lib/mis/kernel/ParFastKer/fast_reductions/src/MaximumMatching.cpp)). In `parallel/*` there are some stl algorithms implemented in parallel - in particular, here only `partial_sum` is used....