System information from Advnaced Control showing it is aware of the 8 cores:
CPUs: 8
Memnory 1.97Gib
Free Memory 1.88 GiB
Threads POSIC_THREADS
PID 832
OS Linux 3.8.0-19-generic i686
OS Arch X86
This is running under a Xen Node. I've given the node 8 vCpu's, which FAH can clearly see. However, total CPU usage of the node is 13%, which correponds to .125 or 12.5% rounded up. I can also see CPU graph and it is using only one CPU at any one time. Now I say CPU here because that's how FAH sees them. In reality each vCPU exposed through the Xen node is really a core on the physical processor. I wouldn't think that would matter though. Main thing is FAH seems to be running singlethreaded.
Here is my configuration:
Code: Select all
05:31:48:<config>
05:31:48: <!-- Client Control -->
05:31:48: <fold-anon v='true'/>
05:31:48:
05:31:48: <!-- Folding Core -->
05:31:48: <checkpoint v='30'/>
05:31:48:
05:31:48: <!-- Folding Slot Configuration -->
05:31:48: <power v='full'/>
05:31:48:
05:31:48: <!-- HTTP Server -->
05:31:48: <allow v='127.0.0.1,192.168.1.0/24'/>
05:31:48:
05:31:48: <!-- Network -->
05:31:48: <proxy v=':8080'/>
05:31:48:
05:31:48: <!-- Remote Command Server -->
05:31:48: <command-allow-no-pass v='127.0.0.1,192.168.1.0/24'/>
05:31:48:
05:31:48: <!-- User Information -->
05:31:48: <passkey v='omitted'/>
05:31:48: <team v='123456789'/>
05:31:48: <user v='omitted'/>
05:31:48:
05:31:48: <!-- Folding Slots -->
05:31:48: <slot id='0' type='CPU'>
05:31:48: <cpus v='8'/>
05:31:48: </slot>
05:31:48:</config>