SWIT icon indicating copy to clipboard operation
SWIT copied to clipboard

The data filtering becomes very slow due to large OMP_NUM_THREADS for Scipy

Open Haipeng-ustc opened this issue 2 years ago • 0 comments

I add a default specification for OMP_NUM_THREADS in base.py (Line 70):

os.environ["OMP_NUM_THREADS"] = "1" # export OMP_NUM_THREADS=1

The data filtering speed is faster now.

Haipeng-ustc avatar Sep 26 '21 02:09 Haipeng-ustc