• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

F@H SMP2 using only 50% CPU usage?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Mario1

Grammer, its my favoriate thing
Joined
Nov 14, 2009
Location
Pleven, Bulgaria
Could somebody tell me what did I do wrong?
When I run F@H I complete 1% in 6 min every time, CPU usage stays on 49-53% its like 10 min faster than when folding on win XP and I bet that I'll fold even faster with CPU utilized @ 100%...
wtfpe.png
 
You are running a classic single core work unit. Need to add the "-smp" parameter to your client.cfg or create a shortcut to start the client and add the parameter to the shortcut.

To avoid cluttering your desktop, suggest making a "folding" folder with sub-folders for each client. My CPU client files are located at c:\folding\FAH-1. My GPU clients are located at C:\folding\GPU-1, \GPU-2...

To modify the client.cfg, a shortcut to start the CPU client with the "-configonly" parameter in C:\folding\fah-1 would have target field like:
C:\folding\FAH-1\[email protected] -verbosity 9 -local -configonly

A shortcut to start the CPU client with the "-SMP" parameter in C:\folding\fah-1 would have target field like:
C:\folding\FAH-1\[email protected] -verbosity 9 -local -smp
 
You are running a classic single core work unit. Need to add the "-smp" parameter to your client.cfg or create a shortcut to start the client and add the parameter to the shortcut.

To avoid cluttering your desktop, suggest making a "folding" folder with sub-folders for each client. My CPU client files are located at c:\folding\FAH-1. My GPU clients are located at C:\folding\GPU-1, \GPU-2...

To modify the client.cfg, a shortcut to start the CPU client with the "-configonly" parameter in C:\folding\fah-1 would have target field like:
C:\folding\FAH-1\[email protected] -verbosity 9 -local -configonly

A shortcut to start the CPU client with the "-SMP" parameter in C:\folding\fah-1 would have target field like:
C:\folding\FAH-1\[email protected] -verbosity 9 -local -smp
I added -smp when configuring the client.
After (just) finishing a WU the client started downloading a new core -
Code:
[06:13:56] Verifying core Core_a3.fah...
[06:13:56] Signature is VALID
[06:13:56]
[06:13:56] Trying to unzip core FahCore_a3.exe
[06:13:58] Decompressed FahCore_a3.exe (9325056 bytes) successfully
[06:14:03] + Core successfully engaged
[06:14:08]
[06:14:08] + Processing work unit
[06:14:08] Core required: FahCore_a3.exe
[06:14:08] Core found.
[06:14:08] Working on queue slot 02 [September 4 06:14:08 UTC]
[06:14:08] + Working ...
[06:14:08] - Calling '.\FahCore_a3.exe -dir work/ -nice 19 -suffix 02 -np 2 -che
ckpoint 3 -verbose -lifeline 152 -version 630'

[06:14:08]
[06:14:08] *------------------------------*
[06:14:08] Folding@Home Gromacs SMP Core
[06:14:08] Version 2.22 (Mar 12, 2010)
[06:14:08]
[06:14:08] Preparing to commence simulation
[06:14:08] - Looking at optimizations...
[06:14:08] - Created dyn
[06:14:08] - Files status OK
[06:14:09] - Expanded 1763261 -> 2246261 (decompressed 127.3 percent)
[06:14:09] Called DecompressByteArray: compressed_data_size=1763261 data_size=22
46261, decompressed_data_size=2246261 diff=0
[06:14:09] - Digital signature verified
[06:14:09]
[06:14:09] Project: 6071 (Run 0, Clone 154, Gen 51)
[06:14:09]
[06:14:09] Assembly optimizations on if available.
[06:14:09] Entering M.D.
[06:14:15] Completed 0 out of 500000 steps  (0%)
and now my CPU is utilized @ 100%, thanks for helping! :) :thup:
EDIT: I added -smp 2, because my CPU is dual-core, is that right or I'll be fine without the "2" after -smp?
 
The current SMP client should default to the max cores detected. Only reason for a number value is to restrict the client to less than the max cores. My regular quad core clients do not have a number value on the -smp, but my i7 running bigadv still have smp -8 per the original bigadv instr, although the value may no longer be required.
 
Ok, so I might as well make it -smp only, than.
Thanks for introducing me to the mysterious world of protein folding :D . :)
 
Back