AdmiralenOla / Scoary

Pan-genome wide association studies
GNU General Public License v3.0
147 stars 35 forks source link

Multiprocessing when using GUI #40

Open AdmiralenOla opened 7 years ago

AdmiralenOla commented 7 years ago

The GUI currently only uses one thread. I was getting the following error fatal IO error 11 (Resource temporarily unavailable) on X server ":0" at the multiprocess stage of methods.py. I'm not sure what's causing it, but everything works fine when running with a single thread. (In fact when running with a single thread the multiprocessing.Pool object is never initiated.)