Differences between revisions 2 and 3
Revision 2 as of 2005-07-21 11:16:53
Size: 2961
Editor: anonymous
Comment:
Revision 3 as of 2005-07-21 12:14:34
Size: 2967
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The idea behind having Debian projects for BOINC ({alioth:boinc}) was that Debian could push the infrastructure by its capabilities of automated builds from source that cater for a higher efficiency of clients under Debian since these are adapted to the AMD/Intel/other processors, also taking, if preferences are set correctly by the user, the respective version of the processor into account. The idea behind having Debian projects for BOINC ( {alioth:pkg-boinc} ) was that Debian could push the infrastructure by its capabilities of automated builds from source that cater for a higher efficiency of clients under Debian since these are adapted to the AMD/Intel/other processors, also taking, if preferences are set correctly by the user, the respective version of the processor into account.

BOINC - Berkeley Open Infrastructure for Network Computing

The [http://boinc.berkeley.edu/ wiki:BOINC] project transferred all its fame from the [http://setiweb.ssl.berkeley.edu/ SETI@Home] project that the developers created before to the new infrastructure they are providing. This is far more flexible now, now fostering many more projects at a very high scientific level. It is a great success with a strong attention of the media.

The idea behind having Debian projects for BOINC ( {alioth:pkg-boinc} ) was that Debian could push the infrastructure by its capabilities of automated builds from source that cater for a higher efficiency of clients under Debian since these are adapted to the AMD/Intel/other processors, also taking, if preferences are set correctly by the user, the respective version of the processor into account.

From the user's perspective, BOINC has three parts.

  1. The server that the data flow to which, after registration to the project(s) is no longer of interst.
  2. The boinc client that is commonly wrapped by the boinc manager (boincmgr) and the only program actually that is started by the user
  3. The application's binary that is started by the boinc client.

The speed of the processor is measured by the boinc-client. One gets the more credits for one's efforts in the stats, the faster the boinc-client says the indiviual machine is. Hence, it makes perfect sense to have a very much optimised binary of the boinc client, if one is interested in the stats. In a way, the Debianers are interested in high stats to show that their distribution is a good one. However, the client that does the real work, the application's binary, does not go any faster from that. And this is where the real interest is in. Hence, the ultimate goal of this project is, that we have packages for the applications, too. Some are only distributed as binaries, though, which renders this process difficult. There is an inofficial (and now outdated) package for SETI@Home, updates are badly due. Jump in for help, please if you can spare the resources.

Instructions

Installation of binary distribution

You should not do this. However, admittedly, it feels good for a start to go for the less efficient binary.

Add to /etc/apt/sources.list the sources list the respository

   (cd /etc/apt/ && cp sources.list sources.list.backup && cat sources.list.backup || sed -e '/boinc/d' > sources.list && echo "deb http://pkg-boinc.alioth.debian.org ./" >> sources.list )

Update and get things

  apt-get update
  apt-get install boinc-client boinc-manager

Run the user interface boincmgr and follow the instructions for the addition of a new project, use your user keys if you have one already. Don't go into the hazzle to copy over any prior partial results.

Installation from source

Frank?

Compiler settings

-- Frank Thomas and Steffen Moeller