mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
- the call for tbb is disabled. - parallel sort of Kokkos is also very slow. - for now, std::sort is used for sort, which is more performant than both avaible options. This would be changed anytime any possible solution is found.