ratt-ru / pfb-imaging

Preconditioned forward/backward clean algorithm
MIT License
6 stars 5 forks source link

Number of threads used does not respect number of threads specified in cmd args #28

Closed bennahugo closed 2 years ago

bennahugo commented 3 years ago

I specified 48 threads, but it seems at least double that is being spun up in the threadpool

bennahugo commented 3 years ago

I think it only is disrespected in the gridding step

landmanbester commented 3 years ago

I can confirm that this is the case. From what I can see it also happens during the fft's. Both use ducc0 for parallelism so I'll open an issue there

landmanbester commented 2 years ago

Fixed in https://github.com/ratt-ru/pfb-clean/pull/53. Please reopen if problem persists