Message boards : Number crunching : Please remove Virtualbox as a dependency.
Author | Message |
---|---|
Technologov Send message Joined: 17 Jul 07 Posts: 16 Credit: 413,937,991 RAC: 197,394 |
You can compile Rosetta python apps native with PyInstaller, removing the need for Virtualbox, increase performance . (And allow execution on ARM processors) |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
+1 I can get Python to work on 1 of my 7 PCs, one of the ones that fails is a 1 year old Ryzen 9 3900XT. Virtual box is a piece of shit unless implemented very well like LHC does. |
dcdc Send message Joined: 3 Nov 05 Posts: 1831 Credit: 119,444,289 RAC: 10,966 |
If it would also allow running as a service again, that would be a huge win too. VirtualBox is way more hard work than any BOINC project should be. |
Greg_BE Send message Joined: 30 May 06 Posts: 5691 Credit: 5,859,226 RAC: 0 |
I'm running a year old ryzen 3700 with Vbox and no problems. I had problems with QuChemPedia becoming unstable for some reason. Here Vbox works fine, same with LHC. It's over my head to know what causes these to become unstable or stall. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
I'm running a year old ryzen 3700 with Vbox and no problems.I had a long conversation in LHC because theirs started failing too. Looks like a Windows update has screwed things over randomly. This: https://www.wintips.org/fix-virtualbox-error-vt-x-is-not-available-in-windows-10/ has instructions to fix "Hyper-V" in Windows which can get in the way of VB. You have to turn it on (!), reboot, turn it off, reboot, disable it with the command line, reboot, than you get a 50% chance of it working properly. I have 7 machines, I now have 3 that can do Rosetta Python VB or LHC VB, and 1 that can do LHC VB but not Rosetta, and 3 that refuse to do either. Which is better than before, 6 of them refused both. |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
You can compile Rosetta python apps native with PyInstaller, removing the need for Virtualbox, increase performance . (And allow execution on ARM processors) It looks very interesting, which is why we will never see it in the project :-P PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files – including the active Python interpreter! – and puts them with your script in a single folder, or optionally in a single executable file. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
It looks very interesting, which is why we will never see it in the project :-PWell I've got 3 of 7 machines going on python now instead of 1 of 7, by doing the windows fuckabout described above. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
And now my 1 machine which has crunched Python perfectly since it came out has been refused any further pythons, yet there are 5000 queued. But.... the main page has dropped from 2.1 million to 1.6 million. Perhaps they took some off? Perhaps they're fixing something? Perhaps I'm dreaming? |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
It looks very interesting, which is why we will never see it in the project :-PWell I've got 3 of 7 machines going on python now instead of 1 of 7, by doing the windows fuckabout described above. Good for you!! But it's not a problem of "feasibility", it's the possibility to have better code/better app/better project to have better and faster science. Gpu? Tested years ago and never more. Cpu extensions (SSEx, AVX)? Never tested Multicore-app? Never tested Abandon old 32-bit code and "focused" on 64 bit? 32 bit still supported in 2022. Bugs in the app? Not interesting So, i'm skeptical about PyInstaller |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
Good for you!!Agreed. Folding at home can do multithread and GPU. Rosetta is far behind. So is WCG. If you want to run biology on your computer, do Folding at home. |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
If you want to run biology on your computer, do Folding at home. This is my account on Folding@Home I'm using my little gpu on cancer research... |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
This is my account on Folding@HomeThey seem to have a problem with some of my GPUs. My 7970 doesn't work, yet my 280X does. They're the same Tahiti chip AFAIK, just 5% faster memory on the 280X. Mind you, Einstein Gamma won't work on the 7970 either. I guess there must have been a bugfix or minor update on the 280X. They also give me work too long to do in time for my antique quad core laptop CPU. |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
They seem to have a problem with some of my GPUs. My 7970 doesn't work, yet my 280X does. They're the same Tahiti chip AFAIK, just 5% faster memory on the 280X. 7970 is a great gpu, but it's over 10 ys old. The price/performance ratio is negative and it's difficult to optimize code for these old gpus. |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
Why do people dismiss old stuff? My car (no D) is 20 years old. I play 3D games 1600*1200 at 30fps on a 280X. I buy 280X and 7970 on purpose because they're the best price/performance ratio for Milkyway at Home (double precision, something the new ones suck at). Even for single precision they're pretty good value, because they're sold cheap, I can get them between £50 and £100. The latest Nvidia my friend bought for games is £1200 and only 7 times faster, so far more price per performance.They seem to have a problem with some of my GPUs. My 7970 doesn't work, yet my 280X does. They're the same Tahiti chip AFAIK, just 5% faster memory on the 280X. Anyway, why does the 280X work on FAH and not the 7970? Same chip! |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
PyInstaller is tested against Windows, Mac OS X, and GNU/Linux. PyInstaller can also packages AI python frameworks for GPU like Keras, Nvidia DeepStream, Tensorflow. Or you can use ONNX, that also supports gpu. |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
Anyway, why does the 280X work on FAH and not the 7970? Same chip! Well, i don't know. This is a question for F@H admins... |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
They're not very useful and don't have much time for such things. Like Rosetta, but not so bad, they have limited time to sort end-user problems. There is a new version of the client being developed, but they won't say what improvements they've made. Anyway I've got my resources devoted to Russian projects just now, to counteract this childish boycotting some people are doing.Anyway, why does the 280X work on FAH and not the 7970? Same chip! |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
They're not very useful and don't have much time for such things. Like Rosetta, but not so bad, they have limited time to sort end-user problems. They are very active on their Twitter account and sometimes interact with volunteers. Anyway I've got my resources devoted to Russian projects just now, to counteract this childish boycotting some people are doing. I think it's important to boycott Vladimir Putin, not russian scientists |
Mr P Hucker Send message Joined: 12 Aug 06 Posts: 1600 Credit: 11,676,950 RAC: 20,992 |
But don't bother in the proper Boinc forum. That's ridiculous. We shouldn't have to hunt them down. I'm not going to sign up to twitter (which is a poor man's Facebook) just to communicate with one group of people.They're not very useful and don't have much time for such things. Like Rosetta, but not so bad, they have limited time to sort end-user problems. I wouldn't boycott Putin either, the prices of everything they supplied are going to skyrocket. We're only harming ourselves.Anyway I've got my resources devoted to Russian projects just now, to counteract this childish boycotting some people are doing.I think it's important to boycott Vladimir Putin, not russian scientists |
[VENETO] boboviz Send message Joined: 1 Dec 05 Posts: 1990 Credit: 9,492,874 RAC: 12,663 |
New version of PyInstaller is out |
Message boards :
Number crunching :
Please remove Virtualbox as a dependency.
©2024 University of Washington
https://www.bakerlab.org