Message boards :
News :
The Loneliest Seed
Message board moderation
Author | Message |
---|---|
Send message Joined: 15 Jun 20 Posts: 31 Credit: 96,775,555 RAC: 92,416 |
Hi Folks! We're back with another round of tasks. This time for Nvidia GPUs. The first batch will have 262144 workunits (524288 tasks), but we anticipate that there will be far more in the future for this project fed in gradually. (Estimated 17.1 billion workunits possible). Apologies for the lack of communication/delays the last few months. These days I'm the primary administrator on this project, and while I do pay attention to our discord more, I should do better to keep the community on the BOINC platform in the loop about future updates. Beyond this project, we may have one other lined up (much smaller in scope than this 17.1 billion workunit project) and an overall platform upgrade that I've slowly been widdling away at these last few months as I find time. I'll be pushing the new work tonight, so get your GPUs ready! They're available on Windows and Linux x86_64 machines. Best Regards, BoySanic |
Send message Joined: 24 Jun 20 Posts: 12 Credit: 17,216,402 RAC: 2,991 |
|
Send message Joined: 28 Jun 20 Posts: 15 Credit: 78,183,080 RAC: 113,864 |
Hi Folks! WOO HOO!!!! |
Send message Joined: 15 Jun 20 Posts: 31 Credit: 96,775,555 RAC: 92,416 |
Hey everyone, A new version of this app (1.01) should be live now! We're hoping this addresses many of the issues reported so far: 1. Linux segfaults 2. Windows access violations 3. Multi-GPU setups not working properly (assigning to one GPU rather than the one BOINC actually assigned). This also includes some prints to the stderr.txt allowing us to read errors from the CUDA driver going forward. So any future issues should be easier to diagnose. Happy crunching :) |
Send message Joined: 25 Jun 20 Posts: 4 Credit: 128,249,345 RAC: 63,109 |
Linux errors with 1.01 <core_client_version>8.0.2</core_client_version> <![CDATA[ <message> process exited with code 222 (0xde, -34)</message> <stderr_txt> stndalone gpuindex 0 No checkpoint to load GPUassert: the provided PTX was compiled with an unsupported toolchain. (code 222) main.cu 4847 </stderr_txt> ]]> https://minecraftathome.com/minecrafthome/result.php?resultid=10825329 Same error in Windows10 https://minecraftathome.com/minecrafthome/result.php?resultid=10825279 |
Send message Joined: 9 Sep 24 Posts: 2 Credit: 25,437,500 RAC: 9 |
Seeing this error with task https://minecraftathome.com/minecrafthome/result.php?resultid=10825251: GPUassert: the provided PTX was compiled with an unsupported toolchain. (code 222) main.cu 4847OS: Ubuntu 22.04.5 LTS [6.1.85+|libc 2.35] GPU: NVIDIA Tesla T4 (4095MB) driver: 535.99 OpenCL: 3.0 |
Send message Joined: 23 May 21 Posts: 3 Credit: 66,589,259 RAC: 263,937 |
What's the time line on amount of tasks/work units for this sub project? If you think you'll have enough work to last throughout 2025, I can add the project to BOINCGames competitions. If that's okay with the project admins. The project just needs to have work to last the whole year. |
Send message Joined: 15 Jun 20 Posts: 31 Credit: 96,775,555 RAC: 92,416 |
Hi Folks, For those of you getting that ptxas error, it's most likely because your Nvidia driver is out of date. I compiled against CUDA 12.6 (roughly equating to driver 560+) but many of you don't seem to have installed Nvidia driver versions higher than 535. That said, I did see driver 565 is available on Ubuntu 20.04. Regardless, this is something we needed to have configured on our end to notify you via the client about this driver version minimum. I'll update that shortly. Let me know if anyone sees any issues with updating your drivers. Thanks! |
Send message Joined: 8 Mar 21 Posts: 59 Credit: 246,380,473 RAC: 80,482 |
From the OP in this thread from the dev "will be far more in the future for this project fed in gradually. (Estimated 17.1 billion workunits possible)." |
Send message Joined: 8 Mar 21 Posts: 59 Credit: 246,380,473 RAC: 80,482 |
Why don't you compile the app to cover a range of cards and driver versions? |
Send message Joined: 8 Mar 21 Posts: 59 Credit: 246,380,473 RAC: 80,482 |
Hi Folks, Most hosts on Ubuntu 22 or 24 have default 535 drivers provided by the distros, that's why. lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04 Codename: noble apt show nvidia-driver-565 N: Unable to locate package nvidia-driver-565 N: Unable to locate package nvidia-driver-565 E: No packages found apt search nvidia-driver-565 Sorting... Done Full Text Search... Done nvidia-driver-565-server/noble-updates 565.57.01-0ubuntu0.24.04.3 amd64 NVIDIA Server Driver metapackage nvidia-driver-565-server-open/noble-updates 565.57.01-0ubuntu0.24.04.3 amd64 NVIDIA driver (open kernel) metapackage Not available in stock Ubuntu 24.04 LTS. Only open server driver. |
Send message Joined: 15 Jun 20 Posts: 31 Credit: 96,775,555 RAC: 92,416 |
I posted over on the Number Crunching side of the forum, but wanted to post here as well that I'm shifting gears to recompiling the software to run on CUDA 12.2, which should be supported by driver 535 or above. Thanks for your patience everyone! |
Send message Joined: 26 Jun 20 Posts: 7 Credit: 102,535,698 RAC: 642,142 |
Same here. Can't crunch anything. Please make it run on driver 535. |
Send message Joined: 15 Jun 20 Posts: 31 Credit: 96,775,555 RAC: 92,416 |
Hi everyone, Thanks for your patience. 1.02 should be available running on CUDA 12.2 shortly. (Site is restarting as I type this). Please let me know if there are any further computation issues. Thanks! |
Send message Joined: 25 Jun 20 Posts: 4 Credit: 128,249,345 RAC: 63,109 |
Always compile to the minimum spec needed for the app to actually work. Requiring the absolute latest driver is ludacris. My Win10 PC that crashed above is now running with 1.02 |