mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +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.