Difference between revisions of "Boinc"
(Created page with "==Introduction== [http://boinc.berkeley.edu/ BOINC] is an application that uses your server's idle computer time to process information sent to it from other servers that you sig...") |
(No difference)
|
Revision as of 02:30, 14 August 2011
Introduction
BOINC is an application that uses your server's idle computer time to process information sent to it from other servers that you signed up to, in order to do many types of scientific research. These may range from climate change to artificial intelligence, and even the LHC accelerator.
A perhaps more well known project would be the World Community Grid. The World Community Grid researches ways to cure cancer, and sends computers protein structures to analyze. After analysis, computers send back the results and the WCG servers try to "piece them together". WCG details, and WCG FAQ can be found at these links.
Installation
In the terminal, using either an attached monitor, VNC, or SSHing in using Putty, type the following:
bash code |
---|
yum install boinc-client boinc-manager
|
When prompted, hit "y" for 'yes' to agree to install the software.
Starting the App
The BOINC manager can be found under Applications-->System Tools-->BOINC Manager
Adding Projects
Once the manager is open, click "Add Project" (Next to "My Projects") A list of projects with their descriptions can be found here and a more complete version here.
Troubleshooting
- My manager is open, but it refuses to receive anything
- In my case, this was a result of not having the server itself running. To resolve, go to System-->Administration-->Services. Once the window shows up, click on 'boinc-client', and then "Enable" and after that "Start" it. Your server should now be receiving projects from the groups you signed up to.