To ensure quality on a critical multi-core (8) workstation, I want to run the same code on different processors, but not in parallel or simultaneously.
I need to run it 8 times, one launch for each processor.
I do not know how to choose the processor that I want.
How can this be done in Python?
python multicore qa
proportional
source share