newbe question for linux

Message boards : Number crunching : newbe question for linux
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
J. Mileski
Volunteer tester
Avatar

Send message
Joined: 9 Jun 02
Posts: 632
Credit: 172,116,532
RAC: 572
United States
Message 1976999 - Posted: 25 Jan 2019, 21:01:37 UTC - in response to Message 1976995.  

I think I have somewhere around 200 +- ghosts. I will see if I can do it after I get the GTX 750ti's moved in
ID: 1976999 · Report as offensive
Profile Tom M
Volunteer tester

Send message
Joined: 28 Nov 02
Posts: 5124
Credit: 276,046,078
RAC: 462
Message 1977353 - Posted: 27 Jan 2019, 18:27:57 UTC - in response to Message 1976361.  

Raistmer's SoG app isn't as highly parallelized as Petri's. Though we have now tempted Raistmer over to the "dark side" and he is trying out and investigating Linux to learn the advantages of that environment with the Linux drivers I assume to help further his SoG app over in the Windows environment. So possibly some performance enhancements eventually for the SoG app or maybe a completely new app for Windows users.


That would be great!!! If he can come up with some more speed ups for the Windows gpu tasks. We have a lot of Windows machines active with Nvidia gpu's. If he comes up with even a 10% on average speed up in the processing that is moved into production it would increase the processing massively.

Tom
A proud member of the OFA (Old Farts Association).
ID: 1977353 · Report as offensive
J. Mileski
Volunteer tester
Avatar

Send message
Joined: 9 Jun 02
Posts: 632
Credit: 172,116,532
RAC: 572
United States
Message 1984371 - Posted: 10 Mar 2019, 11:24:34 UTC

Ok. this morning I did something really stupid. I saw there some live patches for Lubuntu on my machine. I missed there were upgrades to the ppa nvidia driver. I ended up trashing 99 wu. I've been quota'd, until I can complete another wu. Maybe tomorrow I will get a cuda wu.
ID: 1984371 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1984401 - Posted: 10 Mar 2019, 16:51:33 UTC - in response to Message 1984371.  

The Nvidia driver update shouldn't have caused any issues. Unless you did not reboot after the update to load them. From your errors it looks like the drivers were missing when you tried to run the tasks.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1984401 · Report as offensive
J. Mileski
Volunteer tester
Avatar

Send message
Joined: 9 Jun 02
Posts: 632
Credit: 172,116,532
RAC: 572
United States
Message 1984407 - Posted: 10 Mar 2019, 17:39:27 UTC - in response to Message 1984401.  

I believe the wu's were trashed between the time the new drivers were loaded and the reboot. It was my mistake that I did not stop BOINC before driver updates. I was not paying attention to what I was doing, and it bit me. I learned something today.
ID: 1984407 · Report as offensive
Profile Tom M
Volunteer tester

Send message
Joined: 28 Nov 02
Posts: 5124
Credit: 276,046,078
RAC: 462
Message 1984410 - Posted: 10 Mar 2019, 18:00:56 UTC - in response to Message 1972688.  

The ones in the repository (of most Linux distributions) don't work properly :-( So you have to get them from the nVidia website, make sure you get the right ones for both your distribution and card. the other is via the PPA channel - as I've not actually used this I've no idea how well/badly it works..... (Kieth will no doubt be around soon to tell you exactly how & why - he swears by it and I know others who swear at it - typical Linux).


I mostly swear by it, not at it. So far the PPA channel has been very easy for me to use with Ubuntu and its derivatives.

https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa

If you open a terminal and use these commands followed up with the "install drivers" under the update app's tab you can select the driver you want to install and go on about your merry business. Yes, it takes a while to install. And yes, you need to reboot the system before the drivers are fully installed.

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update


Basically you need a 3.96 or higher driver to run the Cuda91 type gpu apps. I have been using 4.10 along with several others, with no driver problems. If you want all the bugs patched you probably should use "4.18"

HTH,
Tom
A proud member of the OFA (Old Farts Association).
ID: 1984410 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1984420 - Posted: 10 Mar 2019, 18:32:42 UTC - in response to Message 1984407.  
Last modified: 10 Mar 2019, 18:33:32 UTC

I believe the wu's were trashed between the time the new drivers were loaded and the reboot. It was my mistake that I did not stop BOINC before driver updates. I was not paying attention to what I was doing, and it bit me. I learned something today.

You have to remember that the Nvidia Linux drivers are kernel mode drivers. Any driver install or driver update has to recompile the kernel with the new drivers. So if you see a driver update notification through the Software Updater for either the standard repository or ppa repository drivers, know that the install has to recompile the kernel to put the driver in. So until you reboot the system you won't be running the new updated version. Also the update may leave you in a quasi state where the new drivers are installed but not accessible so the system temporarily uses the basic Nouveau drivers in between the time you installed the drivers and reboot. Those drivers don't support compute.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1984420 · Report as offensive
J. Mileski
Volunteer tester
Avatar

Send message
Joined: 9 Jun 02
Posts: 632
Credit: 172,116,532
RAC: 572
United States
Message 1984427 - Posted: 10 Mar 2019, 18:52:49 UTC - in response to Message 1984420.  

I believe the wu's were trashed between the time the new drivers were loaded and the reboot. It was my mistake that I did not stop BOINC before driver updates. I was not paying attention to what I was doing, and it bit me. I learned something today.

You have to remember that the Nvidia Linux drivers are kernel mode drivers. Any driver install or driver update has to recompile the kernel with the new drivers. So if you see a driver update notification through the Software Updater for either the standard repository or ppa repository drivers, know that the install has to recompile the kernel to put the driver in. So until you reboot the system you won't be running the new updated version. Also the update may leave you in a quasi state where the new drivers are installed but not accessible so the system temporarily uses the basic Nouveau drivers in between the time you installed the drivers and reboot. Those drivers don't support compute.

I did not know the details of how linux works, knowing this helps a lot.
ID: 1984427 · Report as offensive
Previous · 1 · 2

Message boards : Number crunching : newbe question for linux


 
©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.