magland / ml_ms4alg

MountainSort v4
7 stars 19 forks source link

100% usage on all cores even after process completed #5

Open jchutrue opened 6 years ago

jchutrue commented 6 years ago

After I run ephys.bandpass_filter, ephys.whiten, ms4alg.sort, ms3.cluster_metrics, ms3.isolation_metrics, and ms3.combine_cluster_metrics, I see on htop that my core usage is 100% on all cores, even after the processes completed. htop indicates there are actually 12 ms4alg.sort processes. My guess is that somewhere the multiprocessing pool didn't get closed so the workers are still active?

selection_075

tjd2002 commented 5 years ago

@jchutrue do you still see this? Can you narrow down how this is triggered? If we can't replicate it we should close the issue.

jchutrue commented 5 years ago

@tjd2002 sorry for the late response. It's still unclear to me how this happens, but if you aren't seeing it on your machines, let's just close this issue for now.