DESI-UR / VAST

Void Analysis Software Toolkit
https://vast.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

VoidFinder hanging on small number of cells to search #111

Open kadglass opened 6 months ago

kadglass commented 6 months ago

Accidentally ran parallel VF on a job with ~300 cells to search. By setting the batch_size to 10, VF was able to complete the job. This indicates that there were processes that weren't getting any work and were therefore hanging the code. The sign for this is a printout of "Processed 0 cells of xxx cells".