<<  >> (p.49)
    Author Topic: Building Cheap Miners : My "Secret"  (Read 60321 times)
    MinersRus
    Member
    **
    Offline

    Activity: 214
    Merit: 24


    View Profile
    July 17, 2019, 03:41:25 AM
    Last edit: July 17, 2019, 09:11:41 PM by MinersRus
    Merited by vapourminer (1)
     #961

    @SixLitr Your tests showing no difference using TurionPowerControl do not make sense.

    I have the exact same Dell R815 servers and both the 6200 and 6300 Series Opterons in them gain 10% by applying the "sudo ./TurionPowerControl -psmax 1" command.

    TurionPowerControl must be run as root, thus the sudo in front of all TurionPowerControl commands.

    Lets try some troubleshooting to see if the issue can be found.

    In the BIOS make sure these processor settings are set to the following values:

    Code:
    HT assist: Disabled
    Core Performance Boost Mode:  Enabled
    Processor HPC mode: Disabled
    C1E: Enabled

    If one or more of these are set incorrectly then TurionPowerControl may not work correctly or at all.

    With that taken care of run this command:

    Code:
    sudo ./TurionPowerControl -l

    and note the results:

    from my quad 6348 Opteron system I got:

    Code:
    Main processor is Family 15h (Bulldozer/Interlagos/Valencia) Processor                                                                                                                      
            Family: 0xf             Model: 0x2              Stepping: 0x0                                                                                                                        
            Extended Family: 0x15   Extended Model: 0x2                                                                                                                                          
            Package Type: 0x3       BrandId: 0x0                                                                                                                                                
    Machine has 8 nodes                                                                                                                                                                          
    Processor has 6 cores                                                                                                                                                                        
    Processor has 8 p-states                                                                                                                                                                    
    Processor has 2 boost states                                                                                                                                                                

    Power States table:                                                                                                                                                                          
    -- Node: x Core x                                                                                                                                                                            
    core 0 pstate 0 (pb0) - En:1 VID:24 FID:18 DID:0.00 Freq:3400 VCore:1.2500                                                                                                                  
    core 0 pstate 1 (pb1) - En:1 VID:30 FID:15 DID:0.00 Freq:3100 VCore:1.1750                                                                                                                  
    core 0 pstate 2 (p0) - En:1 VID:40 FID:12 DID:0.00 Freq:2800 VCore:1.0500                                                                                                                    
    core 0 pstate 3 (p1) - En:1 VID:43 FID:9 DID:0.00 Freq:2500 VCore:1.0125                                                                                                                    
    core 0 pstate 4 (p2) - En:1 VID:47 FID:5 DID:0.00 Freq:2100 VCore:0.9625                                                                                                                    
    core 0 pstate 5 (p3) - En:1 VID:50 FID:2 DID:0.00 Freq:1800 VCore:0.9250                                                                                                                    
    core 0 pstate 6 (p4) - En:1 VID:54 FID:12 DID:1.00 Freq:1400 VCore:0.8750                                                                                                                    
    core 0 pstate 7 (p5) - En:0 VID:0 FID:0 DID:0.00 Freq:1600 VCore:1.5500
                                                                                                                        
    <snip>

     --- Node x:                                                                                                                                                                                
    Processor Maximum PState: 6                                                                                                                                                                  
    Processor Startup PState: 6                                                                                                                                                                  
    Processor Maximum Operating Frequency: 3400 MHz                                                                                                                                              

    Note that current "Processor Maximum PState" is 6

    Now run:

    Code:
    sudo ./TurionPowerControl -psmax 1

    Command should respond with "Done."

    Now again run
    Code:
    sudo ./TurionPowerControl -l

    and make sure that the results at the end show that Processor Maximum PState is now 1:

    Code:
    --- Node x:                                                                                                                                                                                
    Processor Maximum PState: 1                                                                                                                                                                  
    Processor Startup PState: 6                                                                                                                                                                  
    Processor Maximum Operating Frequency: 3400 MHz                                                                                                                                              

    If you get the correct "Processor Maximum PState: 1" then you should gain 10% in hash rates.



Page 48
Viewing Page: 49