...
QUESTION: does the number of threads per process vary based on cpuset size?
ANSWER: Yes
- cpuset=0,2,4,6 -n 5 max threads for python3 is 15
- cpuset=0,2,4,6,8,10,12,14 -n 5 max threads for python3 is 23
- no cpuset defined (24 cores) -n 5 max threads for python3 is 39