Message boards :
Number crunching :
Science Project
Message board moderation
Author | Message |
---|---|
Send message Joined: 21 Sep 16 Posts: 136 Credit: 579,817 RAC: 244 |
Are you looking for a Science Project consider SiDock@home. It is medical and has moved past Covid research. Bill F In October 1969 I took an oath to support and defend the Constitution of the United States against all enemies, foreign and domestic; There was no expiration date. |
Send message Joined: 20 May 10 Posts: 546 Credit: 1,885,537 RAC: 761 |
Are you looking for a Science Project consider SiDock@home. It is medical and has moved past Covid research. There's also PRIVATE GFN SERVER PRST testing tasks to do as well, it's testing the process before it goes live on the main PrimeGrid website, it will also be Prime Number based. http://boincvm.proxyma.ru:30080/test4vm/ |
Send message Joined: 28 Mar 10 Posts: 668 Credit: 3,974,581 RAC: 684 |
Dang, guess I won't be running the Short Version Wu's from Sidock. Requires Linux which I have but some special configuring needs to be done that's over my pay grade ... lol Tried to get my android & notebook to attach but they won't ... |
Send message Joined: 3 Nov 10 Posts: 114 Credit: 3,154,471 RAC: 777 |
Dang, guess I won't be running the Short Version Wu's from Sidock. Requires Linux which I have but some special configuring needs to be done that's over my pay grade ... lol SiDock Shorts requires your client to be able to run 32-bit Linux/ARM applications, so I set a 32-bit Odroid-C1 and a dito Asus Tinker Board to it. They received their WUs and are crunching. If and when I want to set my 64-bit ARM clients to it I need to make sure that they are able to run 32-bit apps. How to do that: sudo dpkg --add-architecture armhf sudo apt update sudo apt install libc6:armhf libstdc++6:armhf zlib1g:armhf libfuse2:armhf Additionally, just to make sure, you have to add TWO alternate platform identifiers to your cc_config.xml file (because you can't know beforehand what they will use): <cc_config> <options> <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> <alt_platform>armv7l-unknown-linux-gnueabihf</alt_platform> </options> </cc_config> Your Android & Notebook may have a 64-bit OS as well |
Send message Joined: 20 May 10 Posts: 546 Credit: 1,885,537 RAC: 761 |
Dang, guess I won't be running the Short Version Wu's from Sidock. Requires Linux which I have but some special configuring needs to be done that's over my pay grade ... lol Any hints on how to make a 32bit Arm based ChromeBook attach and crunch the short, and future even shorter, tasks? |
Send message Joined: 28 Mar 10 Posts: 668 Credit: 3,974,581 RAC: 684 |
Dang, guess I won't be running the Short Version Wu's from Sidock. Requires Linux which I have but some special configuring needs to be done that's over my pay grade ... lol Message sent .... |
Send message Joined: 3 Nov 10 Posts: 114 Credit: 3,154,471 RAC: 777 |
Any hints on how to make a 32bit Arm based ChromeBook attach and crunch the short, and future even shorter, tasks? As described in the previous post. But be sure it IS Arm-based, quite a lot have Celeron CPUs. And the 'hacks' to run 32-bit Arm apps on a 64-bit Arm system do not count for 64-bit x86-64 systems. |
Send message Joined: 3 Nov 10 Posts: 114 Credit: 3,154,471 RAC: 777 |
Any hints on how to make a 32bit Arm based ChromeBook attach and crunch the short, and future even shorter, tasks? Just found out Chrome OS has more in common with Android than with Linux. In this case you can run the SiDock small app natively on your chromebook if the Chrome OS is for 32-bit ARM https://www.youtube.com/watch?v=nIczNZ1f58w?t=5. Then follow How to run Linux apps in Chrome. |
Send message Joined: 20 May 10 Posts: 546 Credit: 1,885,537 RAC: 761 |
Any hints on how to make a 32bit Arm based ChromeBook attach and crunch the short, and future even shorter, tasks? Thank you very much!! |
Send message Joined: 3 Nov 10 Posts: 114 Credit: 3,154,471 RAC: 777 |
Slight modification to the first 'hack' sudo dpkg --add-architecture armhf sudo apt update sudo apt install libc6:armhf libstdc++6:armhf zlib1g:armhf libfuse2:armhf libgomp1:armhf libboinc7:armhf as one user reported cmdock: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory |
Send message Joined: 20 May 11 Posts: 14 Credit: 2,962,576 RAC: 4 |
Slight modification to the first 'hack' I was the "one user" ...figures. It worked perfectly for me. Thank you again Dirk! |
©2024 Sébastien