Page 1 of 1

using 3,5,7cores

Posted: Thu Sep 03, 2020 2:21 pm
by stavros
hi usualy people using 2,4,8,12,16.. cores
what if use 3 ,5,7 cores? will affect the perfomance?

Re: using 3,5,7cores

Posted: Thu Sep 03, 2020 3:55 pm
by Werewolf
I remember Houdart saying it was fine. I also typically use an even number of cores doubling from 2, but that's more out of habit than something rational.

Re: using 3,5,7cores

Posted: Thu Sep 03, 2020 4:26 pm
by mwyoung
stavros wrote: Thu Sep 03, 2020 2:21 pm hi usualy people using 2,4,8,12,16.. cores
what if use 3 ,5,7 cores? will affect the perfomance?
Many people use a odd number cores, or threads. For responsiveness, and it works fine.

Re: using 3,5,7cores

Posted: Thu Sep 03, 2020 4:27 pm
by mwyoung
stavros wrote: Thu Sep 03, 2020 2:21 pm hi usualy people using 2,4,8,12,16.. cores
what if use 3 ,5,7 cores? will affect the perfomance?
Many people use a odd number cores, or threads. For responsiveness, and it works fine.

Re: using 3,5,7cores

Posted: Thu Sep 03, 2020 7:10 pm
by Dann Corbit
stavros wrote: Thu Sep 03, 2020 2:21 pm hi usualy people using 2,4,8,12,16.. cores
what if use 3 ,5,7 cores? will affect the perfomance?
I do it all the time.
Very frequently, I will have a machine do chess analysis with (total possible threads -1).
So on my AMD 3970x, I will give 63 threads.

I like to have one thread free because some programs lock the CPU so tight you can no longer log in to the machine remotely if you use every thread.

Re: using 3,5,7cores

Posted: Thu Sep 03, 2020 7:51 pm
by mwyoung
Dann Corbit wrote: Thu Sep 03, 2020 7:10 pm
stavros wrote: Thu Sep 03, 2020 2:21 pm hi usualy people using 2,4,8,12,16.. cores
what if use 3 ,5,7 cores? will affect the perfomance?
I do it all the time.
Very frequently, I will have a machine do chess analysis with (total possible threads -1).
So on my AMD 3970x, I will give 63 threads.

I like to have one thread free because some programs lock the CPU so tight you can no longer log in to the machine remotely if you use every thread.
Yes. And you could also run the chess engines at a lower priority. This way if not needed. All 64 threads are used for chess analysis, and they will give way when needed.