diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2018-08-13 10:47:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:47 +0700 |
commit | 179ae8279301bb3392337e8d20c0b8c4248bf306 (patch) | |
tree | 09256067a9f9fc616a3ccf4057e11ca3efd4d538 /academic/boinc/README | |
parent | 24d4a343af5f4b3606604cc7004e4171c96973c8 (diff) | |
download | slackbuilds-179ae8279301bb3392337e8d20c0b8c4248bf306.tar.gz |
academic/boinc: Added (Open-source software for grid computing).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/boinc/README')
-rw-r--r-- | academic/boinc/README | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/academic/boinc/README b/academic/boinc/README new file mode 100644 index 0000000000..d9831302df --- /dev/null +++ b/academic/boinc/README @@ -0,0 +1,47 @@ +The Berkeley Open Infrastructure for Network Computing (BOINC) + +BOINC is an open source middleware system for volunteer and grid computing. +It was originally developed to support the SETI@home project before it became +useful as a platform for other distributed applications in areas as diverse as +mathematics, medicine, molecular biology, climatology, and astrophysics. The +intent of BOINC is to make it possible for researchers to tap into the +enormous processing power of personal computers around the world. + +Use the idle time on your computer (Windows, Mac, or Linux) to cure diseases, +study global warming, discover pulsars, and do many other types of scientific +research. It's safe, secure, and easy. + + +Building + +(1) BOINC needs a static library for wxGTK3, compile with + + STATIC=yes ./wxGTK3.SlackBuild + +(2) Edit DATADIR in the script or run + + DATADIR="/home/<user>/.boinc_data" ./boinc.Slackbuild + +to set the data directory in your user's home and build the package. + +(3) If you do not wish to build the boincmgr GUI, + + BOINCMGR=no ./boinc.SlackBuild + +then you do not need to install the dependencies (webp, webkit, wxGTK3). + + +After installation + +After installation you need to join a BOINC project: + http://boinc.berkeley.edu/projects.php + +You can then connect the BOINC to the project of your choice. You can +also use: + http://boincstats.com/ +to set up, organize, and track multiple projects. + +To start the BOINC GUI, run: + boincgui +or + boincmgr --clientdir=/usr/bin --datadir="/home/<user>/.boinc_data" |