Python-for-HPC / numbaWithOpenmp

BSD 2-Clause "Simplified" License
2 stars 4 forks source link

Lazy load the OpenMP runtime library #27

Open ggeorgakoudis opened 2 months ago

ggeorgakoudis commented 2 months ago

Lazy loading the OpenMP runtime library may solve problem with testing

ggeorgakoudis commented 1 month ago

Helper routine to look at: _reload_parfors (numba.core.typedpass.py)