enforce_single_threading¶
- lsst.ts.wep.utils.enforce_single_threading()¶
Set OpenBLAS, MKL, and OMP to use only one thread. We implemented this to avoid issues with test hanging on Jenkins. Primarily used in tests that use danish which is where we saw the most issues.