Changes between Version 2 and Version 3 of Documentation/Short/CompileOAI


Ignore:
Timestamp:
Oct 30, 2015, 11:45:42 AM (8 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Short/CompileOAI

    v2 v3  
    99}}}
    1010
    11 4. Install necessary additional software on both nodes
     114. Install the right kernel and setup the CPU governor
     12
     13{{{
     14apt-get update
     15version=3.17
     16wget -r -e robots=off --accept-regex "(.*lowlatency.*amd64)|(all).deb" http://kernel.ubuntu.com/~kernel-ppa/mainline/v${version}-utopic/
     17dpkg -i kernel.ubuntu.com/*/*/*/*deb
     18}}}
     19
     20At this point the node will require a reboot. When the node is again available
     21
     22{{{
     23I#nstall cpufrequtils:
     24apt-get install cpufrequtils
     25
     26#Then edit the following file (if it doesn't exist, create it):
     27nano /etc/default/cpufrequtils
     28
     29#And add the following line to it:
     30GOVERNOR="performance"
     31}}}
     32
     335. Install necessary additional software on both nodes
    1234
    1335{{{
     
    1840}}}
    1941
    20 5. Compile the OAI code
     426. Compile the OAI code
    2143
    2244{{{