Posts by Bravo6

1) Questions and Answers : Unix/Linux : Looking for cooling ideas (Message 2008536)
Posted 21 Aug 2019 by Profile Bravo6
Post:
You are going to have to cool them, no other way around it. I have re-purposed 7 hp refurbs, in a small room downstairs. (my office, etc) most have 3 or 4 graphics cards added in mining frames. Rather than spending hours and hours gaming solutions, i got a cheapy 110v air conditioner from walmart and threw it in the window. Works great, yes will add to the bill (and a 230V ac unit will use less power in the long run) But I went with quick and dirty.... also can add more if I want by just adding them on the shelf. The room is 12x12 and used for nothing else usually........
2) Questions and Answers : Unix/Linux : setting up/ downloading HELP! (Message 2005053)
Posted 31 Jul 2019 by Profile Bravo6
Post:
https://setiathome.berkeley.edu/forum_thread.php?id=83651&postid=1969932

start at install boinc..... altho this is fir a current ubuntu install it should still work
3) Questions and Answers : Unix/Linux : New Ubuntu setup not getting tasks. (Message 1969932)
Posted 12 Dec 2018 by Profile Bravo6
Post:
If I recall correctly, i had this happen with a new ubuntu setup where i got no errors or other msgs. The machine just sat there, then I installed a newer openCL, rebooted, and about an hour later it took off.


excerpted From: install doc on this area:
Install OpenCL, type: sudo apt install ocl-icd-libopencl1. This was the pain point for me. BOINC recognized the graphics card, but would not download GPU work units. I found an error in the BOINC Event Log that mentioned it was not compatible with OpenCL. After some Google searching, I found this command.
4. Reboot. BOINC will not download GPU work units until you do.


Full doc:
Did a second install of Ubuntu on to another computer (both are HP refurbs) (dual boot this time). This procedure works great, here are the steps isolated from the website but the source is listed last line:
Note that you do not need the RDP stuff unless you want to login remotely.......

So, I got the idea to take an old PC with no OS and turn it into a dedicated BOINC machine. To save on costs, I decided to use Ubuntu 18.04 for the OS. I never used it before, so challenge accepted.
Below is the installation process I used. The difficult part was finding all the commands I had to run to install the graphics drivers (i.e. Nvidia).
Hopefully, this post will help anyone else or myself when I set up another BOINC machine.
NOTE: This process documents the bare minimum to get BOINC running on the machine. If there is anything else that would be useful to add to the instructions, please do so.

Install the OS:
1. Download Ubuntu
2. Create a USB bootable flash drive
3. Install Ubuntu from the USB drive.
I use Remote Desktop to log into the new Ubuntu machine, so I need to find the IP address of the new machine and install xrdp. In a terminal window, run the following commands:
1. Type: sudo apt install net-tools
2. Type: sudo apt-get install xrdp (not needed unless you want to log in remotely)
3. Type: ifconfig. Note the IP address of the machine. (same as above)
At this point, I use RDP to log in and continue the process.
Install BOINC
1. In a terminal window, type: sudo apt install boinc-client boinc-manager
If you have a graphics card and want to run GPU work units, you need to install the drivers.
For Nvidia,
1. Type: sudo ubuntu-drivers autoinstall. This will install the video drivers and any other drivers your machine may need. You can research and install the specific drivers you need but I'm lazy and went with this option.
2. Reboot. BOINC will not recognize the graphics card until you do.
3. Install OpenCL, type: sudo apt install ocl-icd-libopencl1. This was the pain point for me. BOINC recognized the graphics card, but would not download GPU work units. I found an error in the BOINC Event Log that mentioned it was not compatible with OpenCL. After some Google searching, I found this command.
4. Reboot. BOINC will not download GPU work units until you do.
Congratulations! You now have BOINC set up on your new Ubuntu computer. You should be able to run CPU and GPU work units. Go ahead an attach projects or account managers based on your needs.


One computer took a few hours for work units to start downloading, the other started almost as soon as I got done with the last reboot....

Note that on one of the installs I got an error that an administrative file was locked, simply reboot and continue if you get this. I assume that something got hung up.

Original source below, all i did was collect it:

https://askubuntu.com/questions/1081828/how-to-set-up-boinc-on-ubuntu


Note that GPU (opencl_nvida-SoG) work units run in approx 10 minutes and opposed to about 30 min on windows>[/quote]
4) Questions and Answers : Unix/Linux : A "How to install" a version of Linux (Lubuntu) and the "All in one CUDA90" from Tbar. (Message 1967321)
Posted 27 Nov 2018 by Profile Bravo6
Post:
ok, thanks.
I did another install (dual boot) and went slick as anything. I extracted the instructions and left them in another post.

I will be experimenting with this stuff in future.

I cut my teeth in UNIX and XENIX many moons ago, but have not dabbled in the newer stuff for many (too many)years, kinda fun to get back into it.....
5) Questions and Answers : Unix/Linux : Installation of Ubuntu 18.04 and setting up Boinc to run.... Works great! (Message 1967319)
Posted 27 Nov 2018 by Profile Bravo6
Post:
Did a second install of Ubuntu on to another computer (both are HP refurbs) (dual boot this time). This procedure works great, here are the steps isolated from the website but the source is listed last line:
Note that you do not need the RDP stuff unless you want to login remotely.......

So, I got the idea to take an old PC with no OS and turn it into a dedicated BOINC machine. To save on costs, I decided to use Ubuntu 18.04 for the OS. I never used it before, so challenge accepted.
Below is the installation process I used. The difficult part was finding all the commands I had to run to install the graphics drivers (i.e. Nvidia).
Hopefully, this post will help anyone else or myself when I set up another BOINC machine.
NOTE: This process documents the bare minimum to get BOINC running on the machine. If there is anything else that would be useful to add to the instructions, please do so.

Install the OS:
1. Download Ubuntu
2. Create a USB bootable flash drive
3. Install Ubuntu from the USB drive.
I use Remote Desktop to log into the new Ubuntu machine, so I need to find the IP address of the new machine and install xrdp. In a terminal window, run the following commands:
1. Type: sudo apt install net-tools
2. Type: sudo apt-get install xrdp (not needed unless you want to log in remotely)
3. Type: ifconfig. Note the IP address of the machine. (same as above)
At this point, I use RDP to log in and continue the process.
Install BOINC
1. In a terminal window, type: sudo apt install boinc-client boinc-manager
If you have a graphics card and want to run GPU work units, you need to install the drivers.
For Nvidia,
1. Type: sudo ubuntu-drivers autoinstall. This will install the video drivers and any other drivers your machine may need. You can research and install the specific drivers you need but I'm lazy and went with this option.
2. Reboot. BOINC will not recognize the graphics card until you do.
3. Install OpenCL, type: sudo apt install ocl-icd-libopencl1. This was the pain point for me. BOINC recognized the graphics card, but would not download GPU work units. I found an error in the BOINC Event Log that mentioned it was not compatible with OpenCL. After some Google searching, I found this command.
4. Reboot. BOINC will not download GPU work units until you do.
Congratulations! You now have BOINC set up on your new Ubuntu computer. You should be able to run CPU and GPU work units. Go ahead an attach projects or account managers based on your needs.


One computer took a few hours for work units to start downloading, the other started almost as soon as I got done with the last reboot....

Note that on one of the installs I got an error that an administrative file was locked, simply reboot and continue if you get this. I assume that something got hung up.

Original source below, all i did was collect it:

https://askubuntu.com/questions/1081828/how-to-set-up-boinc-on-ubuntu[/quote]

Note that GPU (opencl_nvida-SoG) work units run in approx 10 minutes and opposed to about 30 min on windows>
6) Questions and Answers : Unix/Linux : UBUNTU 18.04 Getting Boinc to run (Message 1967318)
Posted 27 Nov 2018 by Profile Bravo6
Post:
Did a second install of Ubuntu on to another computer (dual boot this time. This procedure works great, here are the steps isolated from the website but the source is listed last line:
Note that you do not need the RDP stuff unless you want to login remotely.......

So, I got the idea to take an old PC with no OS and turn it into a dedicated BOINC machine. To save on costs, I decided to use Ubuntu 18.04 for the OS. I never used it before, so challenge accepted.
Below is the installation process I used. The difficult part was finding all the commands I had to run to install the graphics drivers (i.e. Nvidia).
Hopefully, this post will help anyone else or myself when I set up another BOINC machine.
NOTE: This process documents the bare minimum to get BOINC running on the machine. If there is anything else that would be useful to add to the instructions, please do so.

Install the OS:
1. Download Ubuntu
2. Create a USB bootable flash drive
3. Install Ubuntu from the USB drive.
I use Remote Desktop to log into the new Ubuntu machine, so I need to find the IP address of the new machine and install xrdp. In a terminal window, run the following commands:
1. Type: sudo apt install net-tools
2. Type: sudo apt-get install xrdp (not needed unless you want to log in remotely)
3. Type: ifconfig. Note the IP address of the machine. (same as above)
At this point, I use RDP to log in and continue the process.
Install BOINC
1. In a terminal window, type: sudo apt install boinc-client boinc-manager
If you have a graphics card and want to run GPU work units, you need to install the drivers.
For Nvidia,
1. Type: sudo ubuntu-drivers autoinstall. This will install the video drivers and any other drivers your machine may need. You can research and install the specific drivers you need but I'm lazy and went with this option.
2. Reboot. BOINC will not recognize the graphics card until you do.
3. Install OpenCL, type: sudo apt install ocl-icd-libopencl1. This was the pain point for me. BOINC recognized the graphics card, but would not download GPU work units. I found an error in the BOINC Event Log that mentioned it was not compatible with OpenCL. After some Google searching, I found this command.
4. Reboot. BOINC will not download GPU work units until you do.
Congratulations! You now have BOINC set up on your new Ubuntu computer. You should be able to run CPU and GPU work units. Go ahead an attach projects or account managers based on your needs.


Note that on one of the installs I got an error that an administrative file was locked, simply reboot and continue if you get this. I assume that something got hung up.

Original source below, all i did was collect it:

https://askubuntu.com/questions/1081828/how-to-set-up-boinc-on-ubuntu[/quote]
7) Questions and Answers : Unix/Linux : What is difference: Cuda60 and Opencl? (Message 1967162)
Posted 25 Nov 2018 by Profile Bravo6
Post:
Got Ubuntu 18.04 and Boinc running fairly easily, and am noticing that some of my GPU wu's are (Cuda60) and some ar e (opencl_nvida_SoG). I still am confused as to the difference,........ can anyone elaborate? (thanx)
8) Questions and Answers : Unix/Linux : A "How to install" a version of Linux (Lubuntu) and the "All in one CUDA90" from Tbar. (Message 1967149)
Posted 25 Nov 2018 by Profile Bravo6
Post:
If BOINC/Seti starts throwing "computation invalid" errors right after you start up (show all tasks) it probably means that you have one or more executable files that have not been given permission to execute.


I had this problem (Ubuntu 18.04 )and followed the steps at page below (u do not need the rpd) and had it running quickly. Has to wait several hours for wu's to start, but r now flowing freely......
took about 30 min to set up new os in the same computer was using windows on....blew it out and installed ubuntu over it.
(holding my breath)

source:
https://askubuntu.com/questions/1081828/how-to-set-up-boinc-on-ubuntu
9) Questions and Answers : Unix/Linux : UBUNTU 18.04 Getting Boinc to run (Message 1967148)
Posted 25 Nov 2018 by Profile Bravo6
Post:
Found a great info page.... followed it and got Boinc running pretty quick. Had to give the it several hours before started sending down wu's,
but appears to be running very well at this time. Open cl are taking 10 min avg as opposed to 25 to 30 min under windows ( same computer, the whole switchover took about 30 minutes, not counting the time to find the info.....)

GenuineIntel
Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz [Family 6 Model 42 Stepping 7]
(4 processors)

source page:
https://askubuntu.com/questions/1081828/how-to-set-up-boinc-on-ubuntu
10) Questions and Answers : Unix/Linux : UBUNTU 18.04 Getting Boinc to run (Message 1966935)
Posted 25 Nov 2018 by Profile Bravo6
Post:
OK......
finally found a decent info page...

https://askubuntu.com/questions/223842/what-is-the-correct-way-of-installing-boinc-software

got it installed and gui up and running.....waiting for response from seti....
11) Questions and Answers : Unix/Linux : UBUNTU 18.04 Getting Boinc to run (Message 1966929)
Posted 25 Nov 2018 by Profile Bravo6
Post:
Installed UBUNTU 18.04 and am trying to get boinc and graphical interface running


command line:
/etc/init.d/boinc-client status gets me:

boinc-client.service - Berkeley Open Infrastructure Network Computing Client
loaded: loaded (lib/systemd/system/boinc-client.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-11-24 [time and so forth yada yada]
gives me pid, number of tasks (2) and other stuff

snap installed the software , command line edited init.d to load at boot
how can i get to the graphical insterface? snap said installed ok....... can't find it running anywhere so how can i get it to connect to seti, etc. any help appreciated

Full command line results below: (just figured out how to do it)

craig@craig-HP-Compaq-8200-Elite-CMT-PC:~$ /etc/init.d/boinc-client status
● boinc-client.service - Berkeley Open Infrastructure Network Computing Client
Loaded: loaded (/lib/systemd/system/boinc-client.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-11-24 18:53:47 CST; 12min ago
Docs: man:boinc(1)
Main PID: 1003 (boinc)
Tasks: 2 (limit: 4915)
CGroup: /system.slice/boinc-client.service
└─1003 /usr/bin/boinc

Nov 24 19:05:49 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:50 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:51 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:52 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:53 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:54 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:56 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:57 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:58 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Nov 24 19:05:59 craig-HP-Compaq-8200-Elite-CMT-PC boinc[1003]: No protocol sp…ed
Hint: Some lines were ellipsized, use -l to show in full.
12) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1960411)
Posted 15 Oct 2018 by Profile Bravo6
Post:
Is there an overall effect (neg or pos) of setting use at most 0% of CPUs in the manager (going to try running several [5] GPUs). Would it be better to do in the config files?
Also I do not see much performance effect from additional system RAM?
THANX
13) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1959351)
Posted 9 Oct 2018 by Profile Bravo6
Post:
Ok, adding gpus fairly easily ( reboot, reboot,reboot) in the status column (for GPUs) ie: Running (0.18 CPUs + 1 NVIDA GPU).... where is the 0.18 (in this instance as I see almost all pcs are different) configured, and what are the values sources? (if that makes sense)
THANX
14) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1958434)
Posted 4 Oct 2018 by Profile Bravo6
Post:
It there a decent utility around for testing running video cards for performance, etc? or is it not worth it?
Got fourth card running on one computer and am not sure what I am seeing in re: performance diffs.
thanx
15) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1957941)
Posted 30 Sep 2018 by Profile Bravo6
Post:
ok found the app config files but the following is confusing to my poor brain:
the below syntax is different from the docs for BOINC or are these updated?

<gpu_versions>
<gpu_usage>.5</gpu_usage>
<cpu_usage>.4</cpu_usage>
</gpu_versions>

Or as my amazing intellect just thought of :
does the .5 and .4 refer to that amount (%) of CPUs, gpus present in the computer .
.5 meaning 2 in a 4cpu/gpu system?

- is that syntax correct, CPU and GPU statement in the GPU versions block?

-Where does the accepted application_name (syntax) come from? is it just Seti@home?

-can all these options be in either the app_config.hml or cc_config.hml?
thanx
16) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1957938)
Posted 30 Sep 2018 by Profile Bravo6
Post:

This is from a Gtx 750Ti machine so it "should" be in the right ballpark. If I am screwing this up Bob will point it out :)
Tom


OK thanx, that is what I thought. Back to my shell programming and flang programming days ... except not case and esac, now I actually have to read the documentation to dig out all the applicable options and flags.
God do I hate reading documentation............ I am supposed to be able to take it all in by osmosis! :-(
(Prepare for irritating comments on efficacy of the BOINC manual......... I think it is probaby still required for all programmers to infuse their individual highly reasonable opinions on every piece of documentation visible))
(Still think UNIX is better, i cut my teeth on DOS and windows at version 1.something, hasn't improved much since Microsoft stole it from QD Dos and Radio Shacks DESKMATE)
17) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1957814)
Posted 29 Sep 2018 by Profile Bravo6
Post:

The "app_config.xml" file is one you would create. If you didn't create it, its going to be missing :)

The "MB*sog.txt" file will also be empty if you have not added anything. It will not be present until you have processed your first Sog task.


OK now I am remembering. Many yrs ago when first joined I was getting into those files and functions. Life got in the way. Have just started to get back into it. Can you give me a decent file to work with, or point me to some samples. i can see I need to get in the weeds again.
thanks
18) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1957801)
Posted 29 Sep 2018 by Profile Bravo6
Post:


Before we start offering possible diagnosis could you post your "app_config.xml" file and your MB*SOG.txt command line, please?

Thank you,
Tom

Do not find any such files in dir setiathome.berkeley.edu, have a AP_clFFTplan_GeForceGTX1050_32768_gr64_lr16_wg256_tw0_ls1024_bn16_cw16_r2887.bin_38813 file which appears to be a config statement in the title itself.
also a file ap_cmdline_7.10_windows_intelx86__opencl_nvidia_100.txt which is blank
19) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1957689)
Posted 28 Sep 2018 by Profile Bravo6
Post:
I understand something about the A-10 has died. Hope it isn't the motherboard/cpu :(


Haven't had time to mess with the a10, but:
I have started a rack with two GTX 1050s making a total of three 1050s in my one hp refurb, T0 on my computers page. After i got the third one up and apparently stable I noticed the WUs on that computer running in the CPUs have dramatically slowed down (like 5days instead of 1.5 hours), now I expected some difference, but not that much. In order for me to understand this process better, can someone explain to me what is actually happening here. (that computer has 8GB ram..)
thanx

actually getting the 2 additional gpus in the rack hooked up and running was not too hard, rebooting has been the best solution to many little glitches, (so far). and rack on and off first, then computer......(when I remember, of course)
20) Questions and Answers : GPU applications : How to use multiple GPU's (Message 1954671)
Posted 10 Sep 2018 by Profile Bravo6
Post:
O. K, a big "duh" is due from me. My brain (unique in its own right) wrapped around those options wrongly and was thinking "time" not "horsepower". Should have known better but was probably in a hurry.
Have to start looking for documentation on the more arcane options....... Want to make my setup as efficient as my poor brain allows......
Thanx


Next 20


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.