microhh / microhh

Computational fluid dynamics code for simulation of turbulent flows in the atmospheric boundary layer
microhh.org
GNU General Public License v3.0
126 stars 59 forks source link

Budget statistics and OpenMP #260

Open bartvstratum opened 1 month ago

bartvstratum commented 1 month ago

The budget statistics are not calculated in parallel when using the GPU version. Given their complexity, this makes the statistics in the GPU version extremely slow.

thijsheus commented 1 month ago

I am (slowly) working on a version of the statistics that works on-GPU; that should fix this issue.