malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

multiple processors not employed during optimization #67

Closed malonzo47 closed 4 years ago

malonzo47 commented 4 years ago

If I try to use 8 processors, only 1 seems to be doing anything. Only true for optimization in Step 2.

malonzo47 commented 4 years ago

This might be an issue of block size again. If the job isn't huge, only one worker is assigned... or something like that. Still, seems inefficient if more processing resources are available.

FreelanceDev217 commented 4 years ago

I checked and setting chunksize parameters does not make much sense. If we do not specify that chunksize, the system will allocate properly according to the number of workers, won't it? After removing the chunksize parameter settings, I see the resources are being exhausted. Will close this issue and push a new release that does not have specific chunksize parameter for workers.