Changes between Version 32 and Version 33 of NuWa_Slave

Show
Ignore:
Timestamp:
02/16/11 18:14:47 (13 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

notes on greenfield optimized builds

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v32 v33  
    260260N> start dybslv 
    261261}}} 
     262 
     263 
     264=== greenfield optimized build === 
     265 
     266Once the default debug build is working proceed to optimized build on nodes  
     267slated for optimized building. 
     268 
     269Create an '''opt''' folder within the default '''dbg''' directory: 
     270{{{ 
     271[blyth@belle7 dyb]$ mkdir opt  
     272[blyth@belle7 dyb]$ cd opt 
     273[blyth@belle7 opt]$ cp ../dybinst . 
     274}}} 
     275 
     276Force an optimized build by using the '''-O''' option:  
     277{{{ 
     278[blyth@belle7 opt]$ screen ./dybinst -O trunk all 
     279}}} 
     280 
     281Make the installation opt-by-default as described [#OptimizedBuilds below]. 
     282 
     283 
     284 
     285 
    262286 
    263287== Monitoring the slave node ==