Closed guillermo-carrasco closed 11 years ago
Multiprocessing map is giving a lot of problems when some of the sub-calls fail, basically hangs the whole process. I've decided to use the sequential map instead, and use all processors for each subtask.
Looks legit, might be a point to have a look at joblib in the future
joblib
Agree :+1:
Multiprocessing map is giving a lot of problems when some of the sub-calls fail, basically hangs the whole process. I've decided to use the sequential map instead, and use all processors for each subtask.