Changes between Version 16 and Version 17 of NuWa_Slave

Show
Ignore:
Timestamp:
09/13/10 20:50:58 (14 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v16 v17  
    432432 
    433433 
     434= Optimized Builds = 
     435 
     436 
     437 A new bitten config for doing optimized builds '''opt.dybinst'''   
     438    * http://dayabay.ihep.ac.cn/tracs/dybsvn/build/opt.dybinst 
     439 
     440 Optimized builds are done in an "opt" directory within the normal dybinst directory : 
     441  
     442{{{ 
     443      dybinst 
     444      external 
     445      NuWa-trunk 
     446 
     447      opt/ 
     448         dybinst 
     449         external 
     450         NuWa-trunk 
     451}}} 
     452 
     453      
     454The master can be configured to distribute "dybinst" and/or "opt.dybinst" 
     455configs to your slave.    
     456 
     457It is not necessary to setup two slaves to perform the "opt" builds,  
     458although if you have another node available it has the advantage that "dbg" and 
     459"opt" builds can then proceed in parallel. Otherwise with a single slave 
     460you will have to wait for the "dbg" build to complete before the "opt" build 
     461starts (or vv). 
     462 
     463If you want to setup parallel "dbg" and "opt" builds then send me  
     4642 lists of hostnames for "opt.dybinst" and "dybinst" builds. 
     465  
     466The '''copy''' step of the '''opt''' builds copies to : {{{ <dyb_copybase>/opt/Nuwa-<revision> }}}  
     467rather than the normal : {{{<dyb_copybase>/NuWa-<revision>}}} where '''dyb_copybase''' is configured in  
     468for examples '''~/.dybinstrc''' . 
     469  * not configuring it prevents the copy from being done 
     470 
     471 
     472 
     473 
    434474  
    435475