I have a CPU with 18 threads free. Which of the following configurations would be best for PPD (and explain your logic of your answer).
18 threads, 1 process
9 threads, 2 process
6 threads, 3 process
3 threads, 6 process
2 threads, 9 process
1 thread, 18 process
I don't think I can do fractional threads

Any thoughts?
(I would think that 18 threads, 1 process would crunch information the fastest and give the most PPD, but that is only a guess on my part)