Changes

Jump to: navigation, search

Winter 2009 SBR600 Weekly Schedule

338 bytes added, 13:17, 12 March 2009
Week 8 (March 9) - Server Farms & Distributed Processing I
# [c] create ~/bin and populate it with symbolic links pointing to /usr/bin/distcc for each of the compilers your package might use -- gcc, cc, g++, c++
# [c] add that directory to the start of your search path: <code>PATH=${HOME}/bin:$PATH</code>
# [c] edit /etc/distcc/hosts to list the names of the hosts which will be servers ('''Recommendation:''' if your server and client are both on the GigE network -- scotland, ireland, china, india, or australia -- then append a "2" to the hostname to use the GigE interface (e.g., "scotland2")).# [s] on each server, start distccd:
# [c] start the build: <code>time rpmbuild --rebuild ''package''.src.rpm</code>
''ToDo:''
* Compare the build times with and without distcc.* Blog about the results.
= Week 9 (March 16) - Server Farms & Distributed Processing II =

Navigation menu