| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 4
|
|
| Author |
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
I'm looking for a relatively easy way to try out test-versions of BOINC without uninstalling my tried-and-tested working BOINC-version. Given an Ubuntu-machine with a working BOINC recommended-version, is it possible to set up a test-version of BOINC so that the two BOINC-versions can co-exists? Specifically, on my Ubu12.10 machine, I was thinking of installing BOINC_v7.0.42 alongside my working BOINC_v7.0.27. Has any one done that and got the two BOINC-versions to co-exist crunching WCG-WUs (specifically HCC-WUs)?
----------------------------------------; ; andzgridPost#753 ; [Edit 1 times, last edit by Former Member at Dec 19, 2012 9:33:07 PM] |
||
|
|
BobCat13
Senior Cruncher Joined: Oct 29, 2005 Post Count: 295 Status: Offline Project Badges:
|
Yes, it can be done. This is if the 7.0.27 was installed from repositories. Just download the 7.0.42 version and unpack it in your home directory. Now you need to edit the file in /etc/default/boinc-client to include the location of the new version. Also, this should only be done on the same major version, i.e. v6 to v6 or v7 to v7. Due to the differences in v6 & v7 client_state files, you can't use it to switch between v6 & v7.
The following steps should work. Open a terminal and type: sudo service boinc-client stop sudo gedit etc/default/boinc-client [Note: gedit may not be the correct text editor on 12.10, so use the appropriate editor.] Look for the section that starts with # This is the location of the BOINC core client, that the init script uses. At the bottom of that section, you will see an entry BOINC_CLIENT="usr/bin/boinc" Create another entry below that like #BOINC_CLIENT="home/username/BOINC/boinc" of course replacing username with the actual directory name. [The # will tell the init script to not use this entry. So whichever version you don't want to use, just put the # in front of that entry and save the file. Always make sure one of the entries has the # in front of it.] Save the file and exit the text editor. sudo service boinc-client start to start the boinc client again. |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hello BobCat13
----------------------------------------Reference: BobCat13 [Dec 19, 2012 4:07:38 PM] post Thanks for the response. I'll do the instructions indicated there now. I'll see how that goes, and if successful, I'll explore around my Ubu-desktop for changes, and post some feedback later.P.S. I had an Ubu-update only minutes ago from a 61+MB download software-update. The main item in the update is the LinuxKernel_v3.5.0.21.27. ; ; andzgridPost#754 ; [Edit 1 times, last edit by Former Member at Dec 19, 2012 9:35:29 PM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Ok, in short: I got the BOINC_7.0.42 installed with the BOINC_7.0.27 seem to be intact.
Long story: I had some problems along the way. I ended up using a mix of the command line and file-explorer operations. Also, I can't get the two BOINC-managers to work at the same time; just thought I may have use for that, but thought later that it'll probably be too complicated. The app_config.xml for 6-true-cores AMD-1090T: 4 SNS2 tasks 3 HCC tasks (1-HCC-for-CPU, plus 2-HCC-for-GPU) <app_config> <app><name>sn2s</name><max_concurrent>4</max_concurrent> </app> <app><name>hcc1</name><max_concurrent>3</max_concurrent> <gpu_versions> <gpu_usage>.5</gpu_usage> <cpu_usage>.5</cpu_usage> </gpu_versions> </app> </app_config> I'm learning the logic involved and with that, makes the app_config straightforward to use. Now I'm set to explore and probe where the maximum efficiency lies in the number of simul HCC-WUs for the HD7770. My thanks to BobCat13. Case: Resolved. ; ; andzgridPost#755 ; |
||
|
|
|