Skip to content

[BUG]: lv2 doesn't work on Macs #109

@thomaswilliamsastro

Description

@thomaswilliamsastro

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions