Message boards : Number crunching : Problems and Technical Issues with Rosetta@home
Previous · 1 . . . 206 · 207 · 208 · 209 · 210 · 211 · 212 . . . 309 · Next
Author | Message |
---|---|
Sid Celery Send message Joined: 11 Feb 08 Posts: 2141 Credit: 41,535,679 RAC: 10,506 |
Oops, yes Treesize. I can see how useful it might be, but I keep a pretty tight ship at the best of times, so no need for it here.I have 7 computers, controlling all those individually would be ridiculous. AFAIK you have 4 active machines. That would be enough for me to use Boinctasks. Yes, 4 in 3 different physical locations. I'm not so bothered by how any of them run in locations that I'm not in tbh. I got over that a long time ago. They do what they can until they don't and I'll eventually turn up and sort out any problems |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
I was correct, memory leak on Wikipedia: https://en.wikipedia.org/wiki/Memory_leakI figured as much as well since it is in the starting sequence.You could run memtest (I always do for any new/used RAM I obtain), but I think a memory leak is a programming error, not a hardware fault.Maybe there isn't enough ram for python gpu? The child error you get looks like their screwup too. Not much we can do when no staff here never reply. This made me laugh: https://forums.virtualbox.org/viewtopic.php?t=102910 - Super hard child purify. Sounds like someone went to boot camp. Well I found this in your log: "Everything is Ok" - so what are you concerned about? :-) After that it just detects memory leaks everywhere. This requires a programmer to run through the code and sort something. Nothing we can do here without access to it. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
I think it's possible to control them from Boinctasks if you can access the network they're on. Or you could use an account manager to allow you to change what projects they run on remotely, without needing to access them. I used to have 500 machines running at my work. I installed Boinc on each and added an account manager. Then adjusted everything from home. The only time I ever visited one was when the owner complained the fan was too loud!Oops, yes Treesize. I can see how useful it might be, but I keep a pretty tight ship at the best of times, so no need for it here.I have 7 computers, controlling all those individually would be ridiculous. AFAIK you have 4 active machines. That would be enough for me to use Boinctasks. |
Greg_BE Send message Joined: 30 May 06 Posts: 5691 Credit: 5,859,226 RAC: 0 |
I was correct, memory leak on Wikipedia: https://en.wikipedia.org/wiki/Memory_leakI figured as much as well since it is in the starting sequence.You could run memtest (I always do for any new/used RAM I obtain), but I think a memory leak is a programming error, not a hardware fault.Maybe there isn't enough ram for python gpu? Everything ok in the setup was ok. It ran for blah blah blah seconds and then blew up. If child error is their thing well so be it. It's their new beta python work, so some of us run it fine and others blow it up. ok...back to RAH. That was GPU. RAH - F'ing project knocked me off again. But all the tasks are out of my account so no idea what blew up this time. STUPID! |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
Everything ok in the setup was ok.Do you know if GPUGrid will ever support AMD cards? I doubt I'll ever buy one of those overpriced slow Nvidias. I found people mentioning they were trialling it in 2011 and 2015.... Anyway looks like GPUGrid ran out of work. I've shoved all my PCs on it to see if I ever get anything, seems they have a CPU and an ATI tickbox, not sure if those ever actually produce anything though. |
robertmiles Send message Joined: 16 Jun 08 Posts: 1234 Credit: 14,338,560 RAC: 2,014 |
[snip] Do you know if GPUGrid will ever support AMD cards? I doubt I'll ever buy one of those overpriced slow Nvidias. I found people mentioning they were trialling it in 2011 and 2015.... They tried it for a while, and found that that OpenCL translations would be much slower than running in CUDA. So they dropped the idea of supporting AMD cards, at least until they start writing some new application. CPU tasks are more likely, but only for new work for which they haven't written CUDA applications. Those are occasionally available these days. I've thought of a way we might get them to offer more OpenCL work: First, modify, BOINC so that if it can identify a GPU used in either CUDA or OpenCL, translate it to the identification of the same GPU used in the other of these, and mark that one as reserved also. It should also be able to say that the GPU is not available for the other one. Next someone should identify all calls to the CUDA library used by the current application, and how much time that application uses in each. Then, have Khronos develop equivalent calls to the OpenCL library that are especially fast on AMD GPUs. Finally, give the GPUGRID project enough money to do something that they cannot do with only Nvidia GPUs. How many of these do you think you can persuade all of the right people to do? These changes also make it possible to start a task under either CUDA or OpenCL, run part of the task and produce files that are the input for the other part. It can then run the other part under the other GPU language if a translation is available, or just send those files back if there is no translation. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
[snip]So how come Folding at Home makes code that runs on everything? |
Greg_BE Send message Joined: 30 May 06 Posts: 5691 Credit: 5,859,226 RAC: 0 |
Peter, the occasional ACEMD3 task comes out, but other than that its a 0 task project. They are experimenting with Python for GPU, but that is early Beta still and those types of tasks are far and few between. Status can be seen here: https://www.gpugrid.net/server_status.php |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
Peter, the occasional ACEMD3 task comes out, but other than that its a 0 task project.Will Python GPU run on AMD? Last time I looked at GPUGrid a year or two ago, they had loads of work. Where did it all go? |
robertmiles Send message Joined: 16 Jun 08 Posts: 1234 Credit: 14,338,560 RAC: 2,014 |
[snip] So how come Folding at Home makes code that runs on everything?Easy enough if that code was written in OpenCL rather than it CUDA. |
kotenok2000 Send message Joined: 22 Feb 11 Posts: 272 Credit: 507,897 RAC: 334 |
https://en.wikipedia.org/wiki/List_of_Folding@home_cores |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 2002 Credit: 9,787,940 RAC: 5,329 |
Will Python GPU run on AMD? Why not? Last time I looked at GPUGrid a year or two ago, they had loads of work. Where did it all go? It's many months that project has "dry queues" |
Rados?aw Beata Send message Joined: 19 Nov 18 Posts: 5 Credit: 10,530 RAC: 0 |
Hi, I have a problem. I have had an account with Rosetta @ Home for a long time. i recently reinstalled boinc on my smartphone and i am not downloading any files. Universe and Einstein work fine, Rosetta doesn't. please help. |
kotenok2000 Send message Joined: 22 Feb 11 Posts: 272 Credit: 507,897 RAC: 334 |
I have installed it too and it gave me one task Or do you mean that it gives tasks but doesn't download files? database_357d5d93529_n_methyl.zip is a big file. 484 mb in size. |
Rados?aw Beata Send message Joined: 19 Nov 18 Posts: 5 Credit: 10,530 RAC: 0 |
The application does not give tasks. I have a lot of space on my memory card. I have Universe @ Home on my smartphone, which works well in the Boinc application. |
Greg_BE Send message Joined: 30 May 06 Posts: 5691 Credit: 5,859,226 RAC: 0 |
Hi, I have a problem. I have had an account with Rosetta @ Home for a long time. i recently reinstalled boinc on my smartphone and i am not downloading any files. Universe and Einstein work fine, Rosetta doesn't. please help. Didn't you ask this before in another section? If it was you, I replied with what to check to make sure you system is capable of getting Python tasks. Otherwise you get the hit and miss of 4.2 which is mostly miss. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
https://en.wikipedia.org/wiki/List_of_Folding@home_coresI guess they have more programmers/money. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
Because AFAIK it's always been a Cuda project.Will Python GPU run on AMD? |
Greg_BE Send message Joined: 30 May 06 Posts: 5691 Credit: 5,859,226 RAC: 0 |
The application does not give tasks. I have a lot of space on my memory card. I have Universe @ Home on my smartphone, which works well in the Boinc application. Universe is a plain project. Rosetta is much more complex and they are running a program now that requires virtualization. I looked ARM and virtualization up, you can do it. The ARM virtualization extensions provide a hardware means for a hypervisor to virtualize the CPU, allowing for multiple OS to be run on the same system. Each physical CPU contains dual copies of its primary ID and affinity registers to allow a hypervisor to manipulate the values passed into a VM. So you will have to find what that is exactly for your device and download it and then you have to go into your device profile to the details section and enable your account to get python virtualized tasks. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 12,116,986 RAC: 9,863 |
Hi, I have a problem. I have had an account with Rosetta @ Home for a long time. i recently reinstalled boinc on my smartphone and i am not downloading any files. Universe and Einstein work fine, Rosetta doesn't. please help.Smartphones don't do VB Python tasks, which most of them are just now. My phones occasionally get 4.2 work, but not very often. Make sure you have the latest Boinc version - there have been SSL security problems stopping it contacting some servers. |
Message boards :
Number crunching :
Problems and Technical Issues with Rosetta@home
©2024 University of Washington
https://www.bakerlab.org