The Loneliest Seed

Message boards : News : The Loneliest Seed
Message board moderation

To post messages, you must log in.

AuthorMessage
boysanic
Project administrator
Project developer

Send message
Joined: 15 Jun 20
Posts: 31
Credit: 96,775,555
RAC: 92,416
Message 914 - Posted: 12 Jan 2025, 3:57:41 UTC

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
ID: 914 · Report as offensive     Reply Quote
Profile Contact
Avatar

Send message
Joined: 24 Jun 20
Posts: 12
Credit: 17,216,402
RAC: 2,991
Message 924 - Posted: 12 Jan 2025, 13:02:56 UTC - in response to Message 914.  
Last modified: 12 Jan 2025, 13:36:47 UTC

Yay. Best news I heard all year :)
Edit: Lots of debug info for you. No charge.
ID: 924 · Report as offensive     Reply Quote
mikey
Avatar

Send message
Joined: 28 Jun 20
Posts: 15
Credit: 78,183,080
RAC: 113,864
Message 927 - Posted: 12 Jan 2025, 17:56:34 UTC - in response to Message 914.  

Hi Folks!



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.

BoySanic


WOO HOO!!!!
ID: 927 · Report as offensive     Reply Quote
boysanic
Project administrator
Project developer

Send message
Joined: 15 Jun 20
Posts: 31
Credit: 96,775,555
RAC: 92,416
Message 934 - Posted: 13 Jan 2025, 1:04:08 UTC

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 :)
ID: 934 · Report as offensive     Reply Quote
mmonnin

Send message
Joined: 25 Jun 20
Posts: 4
Credit: 128,249,345
RAC: 63,109
Message 935 - Posted: 13 Jan 2025, 1:23:03 UTC
Last modified: 13 Jan 2025, 1:27:39 UTC

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
ID: 935 · Report as offensive     Reply Quote
AnandBhat

Send message
Joined: 9 Sep 24
Posts: 2
Credit: 25,437,500
RAC: 9
Message 936 - Posted: 13 Jan 2025, 1:24:17 UTC - in response to Message 934.  

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 4847
OS: Ubuntu 22.04.5 LTS [6.1.85+|libc 2.35]
GPU: NVIDIA Tesla T4 (4095MB) driver: 535.99 OpenCL: 3.0
ID: 936 · Report as offensive     Reply Quote
Skillz

Send message
Joined: 23 May 21
Posts: 3
Credit: 66,589,259
RAC: 263,937
Message 938 - Posted: 13 Jan 2025, 3:20:14 UTC

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.
ID: 938 · Report as offensive     Reply Quote
boysanic
Project administrator
Project developer

Send message
Joined: 15 Jun 20
Posts: 31
Credit: 96,775,555
RAC: 92,416
Message 940 - Posted: 13 Jan 2025, 4:52:24 UTC

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!
ID: 940 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 59
Credit: 246,380,473
RAC: 80,482
Message 941 - Posted: 13 Jan 2025, 4:53:59 UTC - in response to Message 938.  

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)."
ID: 941 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 59
Credit: 246,380,473
RAC: 80,482
Message 943 - Posted: 13 Jan 2025, 4:56:02 UTC - in response to Message 940.  

Why don't you compile the app to cover a range of cards and driver versions?
ID: 943 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 59
Credit: 246,380,473
RAC: 80,482
Message 944 - Posted: 13 Jan 2025, 5:01:57 UTC - in response to Message 940.  
Last modified: 13 Jan 2025, 5:08:56 UTC

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!

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.
ID: 944 · Report as offensive     Reply Quote
boysanic
Project administrator
Project developer

Send message
Joined: 15 Jun 20
Posts: 31
Credit: 96,775,555
RAC: 92,416
Message 946 - Posted: 13 Jan 2025, 5:08:49 UTC

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!
ID: 946 · Report as offensive     Reply Quote
Profile Landjunge

Send message
Joined: 26 Jun 20
Posts: 7
Credit: 102,433,198
RAC: 632,289
Message 948 - Posted: 13 Jan 2025, 5:42:17 UTC

Same here. Can't crunch anything. Please make it run on driver 535.
ID: 948 · Report as offensive     Reply Quote
boysanic
Project administrator
Project developer

Send message
Joined: 15 Jun 20
Posts: 31
Credit: 96,775,555
RAC: 92,416
Message 950 - Posted: 13 Jan 2025, 6:11:39 UTC

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!
ID: 950 · Report as offensive     Reply Quote
mmonnin

Send message
Joined: 25 Jun 20
Posts: 4
Credit: 128,249,345
RAC: 63,109
Message 952 - Posted: 13 Jan 2025, 9:55:11 UTC

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
ID: 952 · Report as offensive     Reply Quote

Message boards : News : The Loneliest Seed