Search found 3 matches

by pmalek
Fri Apr 03, 2020 8:03 am
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: How to set maximum number of cores to be used by slot?
Replies: 10
Views: 2167

Re: How to set maximum number of cores to be used by slot?

Make the CPU Slot section look like: <slot id='0' type='CPU'> <cpus v='24'/> </slot> So I've tested <slot id="0" type="CPU"/> <cpus v='4'/> <slot id="1" type="GPU"/> and it works. I'll check out your version when my work units gets submitted (don't want to lo...
by pmalek
Fri Apr 03, 2020 8:02 am
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: How to set maximum number of cores to be used by slot?
Replies: 10
Views: 2167

Re: How to set maximum number of cores to be used by slot?

Neil-B wrote:Search for "large primes" as the are numerous discussions .. best to avoid core counts that are multiple of primes large than 5 - actually avoiding 5 as well is safer.
Can you elaborate? (or link a topic) Why is that an issue?
by pmalek
Sun Mar 29, 2020 9:28 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: How to set maximum number of cores to be used by slot?
Replies: 10
Views: 2167

How to set maximum number of cores to be used by slot?

Hello all, I have the following config for my Linux client: <config> <user value="XXXXXX"/> <!-- Enter your user name here --> <team value="XXXXXX"/> <!-- Your team number --> <passkey value="XXXXXX"/> <!-- 32 hexadecimal characters if provided --> <data-directory value...