21)
Message boards :
Cafe SETI :
The Graphology Of Avatars
(Message 1854844)
Posted 11 Mar 2017 by ![]() Post: a canceled tv show cliff hanger that i can't get over... it went from meh to epic and got canceled... i need a closure... |
22)
Message boards :
Cafe SETI :
Don't know where it should go? Stick it here! Part IV
(Message 1854842)
Posted 11 Mar 2017 by ![]() Post:
this is a universal thing... taxis and bus drivers have their own as well here... |
23)
Message boards :
Cafe SETI :
Dogs
(Message 1854840)
Posted 11 Mar 2017 by ![]() Post: our family yorkie, supervising the addition of a 3rd 1070 to my main cruncher. ![]() |
24)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854751)
Posted 11 Mar 2017 by ![]() Post:
you just need to be patient when it comes to reading and learning from your own trial and error. it has nothing to do with being smart, there is only experienced and inexperienced... and how much time you have on your hands... |
25)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854748)
Posted 11 Mar 2017 by ![]() Post:
check your inbox. you still need the special app from petri33 and the avx. those 2 are the executables. refer to my earlier post where i showed you the files that should have the "x" attribute. |
26)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854730)
Posted 11 Mar 2017 by ![]() Post: And there's the rub. For Windows, the whole reason I created the Lunatics Installers in the first place (since handed off to the very capable Richard) , In Linux regimes there has been zero recognition of where Windows actually excels. That is in catering to new and prospective users. Make it simple, make it obvious, and make help 'nice'. Frankly most Linux help people are nerdy A-holes. Not to say you must condescend to Apple levels, but jeez, try act like you are trying to sell a product, since that's what you seem to want to do. well one example would be installing non-stock apps for seti, which i couldn't find any guides on how to do it and i had to ask around and rely on bits and pieces here and there... that took me hours to get the knowledge for an operation that took less than 5 minutes. if you want to say that you can do an installer in windows, then you can create a script for the same task under linux (and yes, that's more complicated)... at the end of the day, people choose the try linux, nobody is forcing them... i use both on a daily basis. i know where your comment came from, and those people bragging about their linux knowledge and not helping others are just fanboys, just like ios/android, ps/xbox, windows/linux "wars".... using one doesn't make you smarter or better or whatever... humans are weird... |
27)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854728)
Posted 11 Mar 2017 by ![]() Post:
it's not hard, it is just different. so there's some learning to do. you've started with Ubuntu so start with their documentation. it might be boring to read about all the stuff that you aren't using now but some topics are worth reading about for a new comer, i.e. apt-get, file permissions, directory structure (meaning of each directory and its use), user management, most commonly used commands, etc... it is worth knowing the difference between different linux distros, that ubuntu came from debian, so does mint, etc... so if you end up on a mint/debian/ubuntu forum for a solution, it will probably work for you. |
28)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854725)
Posted 11 Mar 2017 by ![]() Post:
i am uploading the cuda80 libraries but it will take some time, my internet is slow... so around an hour or so... do you have the other file from petri33 that runs cuda80? |
29)
Message boards :
Number crunching :
You have to love early Xmas and B'day presents (even if you have to pay for them yourself).
(Message 1854714)
Posted 11 Mar 2017 by ![]() Post: congrats on breaking the 100K barrier, we've heard the seti boom over here :) |
30)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854713)
Posted 11 Mar 2017 by ![]() Post: And there's the rub. For Windows, the whole reason I created the Lunatics Installers in the first place (since handed off to the very capable Richard) , In Linux regimes there has been zero recognition of where Windows actually excels. That is in catering to new and prospective users. Make it simple, make it obvious, and make help 'nice'. Frankly most Linux help people are nerdy A-holes. Not to say you must condescend to Apple levels, but jeez, try act like you are trying to sell a product, since that's what you seem to want to do. in my opinion, it has nothing to do with making things complicated or being rude to others... new users are expected to read and learn, instead of getting answers to every question they ask. It's not because linux people are condescending (ok maybe some are) but it is the only way to properly help someone... I do agree there is a problem though, and that's the way things are documented... |
31)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854711)
Posted 11 Mar 2017 by ![]() Post: you just have to copy all the files you need to your seti folder under boinc folder. It might be under /var/lib/boinc. I'm using slackware so i had to compile it and the folder for me is the below: /home/michel/.boinc_data/projects/setiathome.berkeley.edu use ls -lrt to see the file's permissions, you should have the executable flag on them (x): bash-4.3$ ls -lrt -rwxr-xr-x 1 michel users 394472 Mar 6 19:17 libcudart.so.8.0 -rwxr-xr-x 1 michel users 146745600 Mar 6 19:30 libcufft.so.8.0 -rwxr-xr-x 1 michel users 32316576 Mar 6 23:56 setiathome_x41zc_x86_64-pc-linux-gnu_cuda80 -rwxr-xr-x 1 michel users 4430936 Jan 15 2016 MBv8_8.05r3345_avx_linux64 you get those files from petri33 and lunatics/mike's sites. To make them work, and to switch from stock to anonymous, you need to create an app_info.xml file in the same folder. here's mine: <app_info> <app> <name>setiathome_v8</name> </app> <file_info> <name>setiathome_x41zc_x86_64-pc-linux-gnu_cuda80</name> <executable/> </file_info> <file_info> <name>libcudart.so.8.0</name> <executable/> </file_info> <file_info> <name>libcufft.so.8.0</name> <executable/> </file_info> <app_version> <app_name>setiathome_v8</app_name> <platform>x86_64-pc-linux-gnu</platform> <version_num>801</version_num> <plan_class>cuda80</plan_class> <avg_ncpus>0.05</avg_ncpus> <max_ncpus>0.10</max_ncpus> <cmdline>-bs -pfb 8 -unroll 15 -pfp 120</cmdline> <coproc> <type>CUDA</type> <count>1</count> </coproc> <file_ref> <file_name>setiathome_x41zc_x86_64-pc-linux-gnu_cuda80</file_name> <main_program/> </file_ref> <file_ref> <file_name>libcudart.so.8.0</file_name> </file_ref> <file_ref> <file_name>libcufft.so.8.0</file_name> </file_ref> </app_version> <app> <name>setiathome_v8</name> </app> <file_info> <name>MBv8_8.05r3345_avx_linux64</name> <executable/> </file_info> <app_version> <app_name>setiathome_v8</app_name> <version_num>804</version_num> <platform>x86_64-pc-linux-gnu</platform> <cmdline></cmdline> <file_ref> <file_name>MBv8_8.05r3345_avx_linux64</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>setiathome_v8</app_name> <version_num>805</version_num> <platform>x86_64-pc-linux-gnu</platform> <cmdline></cmdline> <file_ref> <file_name>MBv8_8.05r3345_avx_linux64</file_name> <main_program/> </file_ref> </app_version> </app_info> |
32)
Message boards :
Number crunching :
Linux CUDA 'Special' App finally available, featuring Low CPU use
(Message 1854703)
Posted 11 Mar 2017 by ![]() Post: @But what are gkrellm and psensor .... just temperature monitors. that shouldn't be the case. cuda60, sah and SoG were all around 5-6 minutes on my 1070 until the server decided to send on SoG, and sometimes sah. |
33)
Message boards :
Number crunching :
User achievements thread.........
(Message 1854474)
Posted 10 Mar 2017 by ![]() Post: oh and I just passed my 15M credits i guess i am heading there... i am running 3x1070s now, i got a new one today. it was a tight fit but it's working for now... not sure what will happen during summer though... |
34)
Message boards :
Number crunching :
User achievements thread.........
(Message 1854359)
Posted 10 Mar 2017 by ![]() Post: oh and I just passed my 15M credits |
35)
Message boards :
Number crunching :
User achievements thread.........
(Message 1854358)
Posted 10 Mar 2017 by ![]() Post: Hi, that's quite the achievement, especially that your special app was part of getting you there... I am looking forward to having my cruncher in that top 20 list, as a special app user and a new 1070 to the list. I am just too impatient for the RAC to slowly climb up :) |
36)
Message boards :
Number crunching :
GTX 1070 fan control under linux
(Message 1854090)
Posted 9 Mar 2017 by ![]() Post: interesting, they already exist... i'll check them for future projects, if it is feasible to have it shipped to where i live. i have 4 fans on top (including the ones for the h100i) as exhaust, 1 side fan intake, 1 front fan intake and 1 back fan exhaust. i've also spent some time testing different fans configuration, and at some point added a bottom one. Not much has changed. GPU1 had the same temp as yours without any modifications (i am assuming that's the lower one) but GPU0 had an issue (i am assuming due to it being close to the other one). it was much worst when i had 2x780's. also spring decided to show up for a couple of days early march, we're at 25 degrees celsius here. |
37)
Message boards :
Number crunching :
GTX 1070 fan control under linux
(Message 1854065)
Posted 9 Mar 2017 by ![]() Post: i've got this http://www.ebay.ca/itm/Thermaltake-CHASER-MK-1-ATX-Build-in-HDD-SSD-Hot-Swap-Color-shift-LED-Fan-Ful-/172248456496?hash=item281acedd30:g:5i8AAOSwjXRXaFQL my 4770k was giving me lots of overheating issues, which was solved by installing an H100i back when I got this pc. my 2x1070's are ok @75% fan speed but i will be adding a 3rd soon. we'll see how that goes. The way the motherboards are designed, it is impossible to avoid this. 2-4 GPU stacked on top of each others... someone should make a case like those cube things. one segment for motherboard, cpu, drives, and one separate segment for 4-8GPUs, some pci cable to connect them, etc... |
38)
Message boards :
Number crunching :
You have to love early Xmas and B'day presents (even if you have to pay for them yourself).
(Message 1853885)
Posted 8 Mar 2017 by ![]() Post: you can always run windows on a virtual machine if you can't find the linux alternative of what you need... |
39)
Message boards :
Number crunching :
GTX 1070 fan control under linux
(Message 1853875)
Posted 8 Mar 2017 by ![]() Post: I haven't tried this but it might work without an xscreen... i am not using a debian derivative, but the below works once you assign a monitor to the cards: nvidia-settings -a [gpu:0]/GPUFanControlState=1 -a [fan:1]/GPUCurrentFanSpeed=60 -c :0.0 or nvidia-settings gui tool will do the same... |
40)
Message boards :
Number crunching :
GTX 1070 fan control under linux
(Message 1853874)
Posted 8 Mar 2017 by ![]() Post:
that's what i ended up doing, but I think my current solution would have worked anyway. the problem is even when connecting the display to one card, you still need the same for the second one so you can control both. So I've set coolbits and I created a virtual display for the second card. I am assuming i could have done the same for the first card while leaving the monitor on the iGPU... I've had two MSI 780 bought in 2014 and 2015, back when the 780 was expensive and a flagship. Both burned out at some point... I'll leave it at that... I am currently using ASUS 1070, the ones with supposedly 4 times fan durability: +-----------------------------------------------------------------------------+ | NVIDIA-SMI 375.39 Driver Version: 375.39 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce GTX 1070 Off | 0000:01:00.0 On | N/A | | 75% 65C P2 120W / 151W | 2372MiB / 8113MiB | 92% Default | +-------------------------------+----------------------+----------------------+ | 1 GeForce GTX 1070 Off | 0000:02:00.0 Off | N/A | | 75% 59C P2 113W / 151W | 2072MiB / 8114MiB | 91% Default | +-------------------------------+----------------------+----------------------+ |
©2025 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.