I want to know how to distribute N independent tasks to exactly M processors on a machine that has L cores, where L>M. I don\'t want to use all the processors because I sti
you might try using pypar module. I am not sure how to use affinity to set cpu affinity of to a certain core using affinity