PyMPDATA icon indicating copy to clipboard operation
PyMPDATA copied to clipboard

investigate threading performance degradation (e.g., new Asian option example) - Numba regression?

Open slayoo opened this issue 9 months ago • 2 comments

slayoo avatar May 28 '25 14:05 slayoo

By looking at CI times in #575 it seems enabling Codecov for MPI tests added, in worst cases over 30 minutes of test time. Maybe another lead?

Sfonxu avatar Jun 23 '25 10:06 Sfonxu

codecov is done only with JIT disabled, hence threading is also disabled

slayoo avatar Jun 23 '25 17:06 slayoo