The parallelism in the lv2 step causes a hang in Macbooks. Can't figure this out right now, but things I've tried:
setenv MKL_NUM_THREADS 1
setenv NUMEXPR_NUM_THREADS 1
setenv OMP_NUM_THREADS 1
setenv OPENBLAS_NUM_THREADS 1
setenv GOTO_NUM_THREADS 1
using cv2 to limit number of threads (like in lv1)
Using threadpool to limit number of threads (like in level_match)
The issue seems to come in at the resample step, but things run fine if the mp.pool is broken out to just a loop
The parallelism in the lv2 step causes a hang in Macbooks. Can't figure this out right now, but things I've tried:
using cv2 to limit number of threads (like in lv1)
Using threadpool to limit number of threads (like in level_match)
The issue seems to come in at the resample step, but things run fine if the mp.pool is broken out to just a loop