All apps have been replaced
log in

Advanced search

Message boards : News : All apps have been replaced

1 · 2 · 3 · Next
Author Message
Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9138 - Posted: 10 Oct 2023, 12:41:33 UTC

by the new prst app. There are some issues with similar CPUs and Riesel Bases (-1), Sierpinski Base is fine:

GenuineIntel Intel(R) Celeron(R) J4125 CPU @ 2.00GHz [Family 6 Model 122 Stepping 8]
GenuineIntel Intel(R) Celeron(R) CPU N3150 @ 1.60GHz [Family 6 Model 76 Stepping 3]
GenuineIntel Intel(R) Pentium(R) Silver J5005 CPU @ 1.50GHz [Family 6 Model 122 Stepping 1]

1 (0x1) Unknown error number


The gwnum must have a bug, already reported to the dev.

If you have such errors with these CPUs, disable work for -1 bases until this is fixed.

Dirk Broer
Send message
Joined: 2 Jan 15
Posts: 71
Credit: 130,549,152
RAC: 9,585
Message 9161 - Posted: 15 Oct 2023, 19:35:57 UTC
Last modified: 15 Oct 2023, 19:40:38 UTC

I am glad it is just GWNUM (or the Intel CPU design itself?) that is at error here, it happened just when I added some extra libraries for multiple and arbitrary precision on my J5005....

BTW: The new Sierpinski Base app runs like a dream on one of my Ryzen 7 5700G machines, kudos.

P.S.: Get well soon!

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9163 - Posted: 15 Oct 2023, 21:23:39 UTC - in response to Message 9161.

I am glad it is just GWNUM (or the Intel CPU design itself?) that is at error here, it happened just when I added some extra libraries for multiple and arbitrary precision on my J5005....

BTW: The new Sierpinski Base app runs like a dream on one of my Ryzen 7 5700G machines, kudos.

P.S.: Get well soon!


must be something in gwnum lib, +1 bases are fine, something with FFT length I think.

Dirk Broer
Send message
Joined: 2 Jan 15
Posts: 71
Credit: 130,549,152
RAC: 9,585
Message 9185 - Posted: 23 Oct 2023, 10:12:12 UTC - in response to Message 9138.

by the new prst app. There are some issues with similar CPUs and Riesel Bases (-1), Sierpinski Base is fine:

GenuineIntel Intel(R) Celeron(R) J4125 CPU @ 2.00GHz [Family 6 Model 122 Stepping 8]
GenuineIntel Intel(R) Celeron(R) CPU N3150 @ 1.60GHz [Family 6 Model 76 Stepping 3]
GenuineIntel Intel(R) Pentium(R) Silver J5005 CPU @ 1.50GHz [Family 6 Model 122 Stepping 1]
1 (0x1) Unknown error number


The gwnum must have a bug, already reported to the dev.

If you have such errors with these CPUs, disable work for -1 bases until this is fixed.


Just a hunch: You do know that these CPU's have a thing in common? No L3 cache. If your code for -1 bases explicitely makes use of L3 cache than they will fail.

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9186 - Posted: 23 Oct 2023, 10:20:08 UTC - in response to Message 9185.

by the new prst app. There are some issues with similar CPUs and Riesel Bases (-1), Sierpinski Base is fine:

GenuineIntel Intel(R) Celeron(R) J4125 CPU @ 2.00GHz [Family 6 Model 122 Stepping 8]
GenuineIntel Intel(R) Celeron(R) CPU N3150 @ 1.60GHz [Family 6 Model 76 Stepping 3]
GenuineIntel Intel(R) Pentium(R) Silver J5005 CPU @ 1.50GHz [Family 6 Model 122 Stepping 1]
1 (0x1) Unknown error number


The gwnum must have a bug, already reported to the dev.

If you have such errors with these CPUs, disable work for -1 bases until this is fixed.


Just a hunch: You do know that these CPU's have a thing in common? No L3 cache. If your code for -1 bases explicitely makes use of L3 cache than they will fail.


Should work, +1 did, if Iam getting a chance to compile the latest prst source with gwnum 30.18 to test then I will know more, no feedback from the dev yet.

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9197 - Posted: 27 Oct 2023, 18:38:45 UTC
Last modified: 8 Nov 2023, 18:16:18 UTC

https://srbase.my-firewall.org/sr5/download/PRST-11-test.zip

This is a recompiled unchanged srbase version with latest code changes and gwnum30.19 for testing for the problem CPUs listed in this thread.

Run locally outside BOINC with

prst.exe -boinc -fermat "13288*96^204730-1"

AnandBhat
Send message
Joined: 20 Mar 22
Posts: 10
Credit: 26,831,614
RAC: 29,819
Message 9442 - Posted: 2 Jan 2024, 9:10:24 UTC - in response to Message 9197.

Not sure if this host (Intel(R) Celeron(R) CPU N2940 @ 1.83GHz [Family 6 Model 55 Stepping 8]) was affected but I've run the prst-11-test app and here are the results.

C:\Users\anand\Downloads\PRST-11-test>prst.exe -boinc -fermat "13288*96^204730-1" 15:12:39 (4712): Can't open init data file - running in standalone mode PRST version 11.0.1278, GWnum library version 30.19 Using FFT length 160K, Pass1=640, Pass2=256, clm=4. Fermat probabilistic test of 13288*96^204730-1, a = 3, complexity = 1360059. 13288*96^204730-1 Gerbicz-Li check enabled, L2 = 302*279. 13288*96^204730-1 is not prime. RES64: EDDE501C3B66633F, time: 21984.9 s. 21:19:24 (4712): called boinc_finish(0)

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9443 - Posted: 2 Jan 2024, 9:21:47 UTC - in response to Message 9442.

Not sure if this host (Intel(R) Celeron(R) CPU N2940 @ 1.83GHz [Family 6 Model 55 Stepping 8]) was affected but I've run the prst-11-test app and here are the results.

C:\Users\anand\Downloads\PRST-11-test>prst.exe -boinc -fermat "13288*96^204730-1" 15:12:39 (4712): Can't open init data file - running in standalone mode PRST version 11.0.1278, GWnum library version 30.19 Using FFT length 160K, Pass1=640, Pass2=256, clm=4. Fermat probabilistic test of 13288*96^204730-1, a = 3, complexity = 1360059. 13288*96^204730-1 Gerbicz-Li check enabled, L2 = 302*279. 13288*96^204730-1 is not prime. RES64: EDDE501C3B66633F, time: 21984.9 s. 21:19:24 (4712): called boinc_finish(0)


You could try to run prst v10 too so we know it.

AnandBhat
Send message
Joined: 20 Mar 22
Posts: 10
Credit: 26,831,614
RAC: 29,819
Message 9444 - Posted: 2 Jan 2024, 11:28:49 UTC - in response to Message 9443.

You could try to run prst v10 too so we know it.

Is this as simple as downloading the executable from https://github.com/patnashev/prst/releases/tag/v10.0 and running the same command? I see there's a v10.1 as well.

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9445 - Posted: 2 Jan 2024, 11:43:32 UTC - in response to Message 9444.

You could try to run prst v10 too so we know it.

Is this as simple as downloading the executable from https://github.com/patnashev/prst/releases/tag/v10.0 and running the same command? I see there's a v10.1 as well.


yes, all with gwnum30.12, I think the issue came from there and gwnum30.19 fixed it.

AnandBhat
Send message
Joined: 20 Mar 22
Posts: 10
Credit: 26,831,614
RAC: 29,819
Message 9453 - Posted: 3 Jan 2024, 11:05:32 UTC - in response to Message 9445.

I downloaded and tried running prst v10.0 and v10.1 from the Github releases however didn't see any output. The "unknown option -boinc" was printed immediately but it continued to run and I left it running overnight but there was nothing printed when I checked it in the morning.

C:\Users\anand\Downloads\prst-10.0-win64>prst.exe -boinc -fermat "13288*96^204730-1" Unknown option -boinc. C:\Users\anand\Downloads\prst-10.1-win64>prst.exe -boinc -fermat "13288*96^204730-1" Unknown option -boinc.

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9454 - Posted: 3 Jan 2024, 11:20:03 UTC - in response to Message 9453.

I downloaded and tried running prst v10.0 and v10.1 from the Github releases however didn't see any output. The "unknown option -boinc" was printed immediately but it continued to run and I left it running overnight but there was nothing printed when I checked it in the morning.

C:\Users\anand\Downloads\prst-10.0-win64>prst.exe -boinc -fermat "13288*96^204730-1" Unknown option -boinc. C:\Users\anand\Downloads\prst-10.1-win64>prst.exe -boinc -fermat "13288*96^204730-1" Unknown option -boinc.


It was the standalone version, try this

prst.exe -d -fermat "13288*96^204730-1"

AnandBhat
Send message
Joined: 20 Mar 22
Posts: 10
Credit: 26,831,614
RAC: 29,819
Message 9456 - Posted: 3 Jan 2024, 23:13:09 UTC - in response to Message 9454.

Thanks. Looks like my CPU was not affected. Both 10.0 and 10.1 versions completed fine.

C:\Users\anand\Downloads\prst-10.0-win64>prst.exe -d -fermat "13288*96^204730-1" Using FFT length 160K, Pass1=640, Pass2=256, clm=4. Fermat probabilistic test of 13288*96^204730-1, a = 3, complexity = 1348154. 13288*96^204730-1 is not prime. RES64: EDDE501C3B66633F, time: 10090.4 s. C:\Users\anand\Downloads\prst-10.1-win64>prst.exe -d -fermat "13288*96^204730-1" Using FFT length 160K, Pass1=640, Pass2=256, clm=4. Fermat probabilistic test of 13288*96^204730-1, a = 3, complexity = 1348154. 13288*96^204730-1 restarting at 0.1%. 13288*96^204730-1 is not prime. RES64: EDDE501C3B66633F, time: 10086.1 s.

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9457 - Posted: 3 Jan 2024, 23:55:00 UTC - in response to Message 9456.

Thanks. Looks like my CPU was not affected. Both 10.0 and 10.1 versions completed fine.

C:\Users\anand\Downloads\prst-10.0-win64>prst.exe -d -fermat "13288*96^204730-1" Using FFT length 160K, Pass1=640, Pass2=256, clm=4. Fermat probabilistic test of 13288*96^204730-1, a = 3, complexity = 1348154. 13288*96^204730-1 is not prime. RES64: EDDE501C3B66633F, time: 10090.4 s. C:\Users\anand\Downloads\prst-10.1-win64>prst.exe -d -fermat "13288*96^204730-1" Using FFT length 160K, Pass1=640, Pass2=256, clm=4. Fermat probabilistic test of 13288*96^204730-1, a = 3, complexity = 1348154. 13288*96^204730-1 restarting at 0.1%. 13288*96^204730-1 is not prime. RES64: EDDE501C3B66633F, time: 10086.1 s.


You can run a -1 base on SRBase, to be sure.

AnandBhat
Send message
Joined: 20 Mar 22
Posts: 10
Credit: 26,831,614
RAC: 29,819
Message 9463 - Posted: 5 Jan 2024, 0:19:59 UTC - in response to Message 9457.

You can run a -1 base on SRBase, to be sure.

Sorry, I'm not sure what you mean. Is this a specific application/ subproject in SRBase?

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9465 - Posted: 5 Jan 2024, 0:53:08 UTC - in response to Message 9463.

You can run a -1 base on SRBase, to be sure.

Sorry, I'm not sure what you mean. Is this a specific application/ subproject in SRBase?


A Riesel Base app, currently R190 is short.

AnandBhat
Send message
Joined: 20 Mar 22
Posts: 10
Credit: 26,831,614
RAC: 29,819
Message 9473 - Posted: 8 Jan 2024, 10:35:48 UTC - in response to Message 9465.

Thanks, will give it a try when there's work available.

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9475 - Posted: 8 Jan 2024, 13:06:23 UTC - in response to Message 9473.

Thanks, will give it a try when there's work available.


You can get Riesel Base - short work now.

Dirk Broer
Send message
Joined: 2 Jan 15
Posts: 71
Credit: 130,549,152
RAC: 9,585
Message 9476 - Posted: 9 Jan 2024, 13:45:18 UTC

Still 1 (0x1) Unknown error number
with https://srbase.my-firewall.org/sr5/show_host_detail.php?hostid=222534

[dirk@Asrock-J5005-iTX ~]$ cd Downloads
[dirk@Asrock-J5005-iTX Downloads]$ PRST.exe -boinc -fermat "13288*96^204730-1"
bash: PRST.exe: command not found
[dirk@Asrock-J5005-iTX Downloads]$ dir
banner.go
Oracle_VM_VirtualBox_Extension_Pack-7.0.10.vbox-extpack
PRST-11-test.zip
PRST.exe

Profile rebirther
Volunteer moderator
Project administrator
Project developer
Project tester
Project scientist
Avatar
Send message
Joined: 2 Jan 13
Posts: 7255
Credit: 42,729,227
RAC: 2
Message 9477 - Posted: 9 Jan 2024, 14:09:27 UTC - in response to Message 9476.

Still 1 (0x1) Unknown error number
with https://srbase.my-firewall.org/sr5/show_host_detail.php?hostid=222534

[dirk@Asrock-J5005-iTX ~]$ cd Downloads
[dirk@Asrock-J5005-iTX Downloads]$ PRST.exe -boinc -fermat "13288*96^204730-1"
bash: PRST.exe: command not found
[dirk@Asrock-J5005-iTX Downloads]$ dir
banner.go
Oracle_VM_VirtualBox_Extension_Pack-7.0.10.vbox-extpack
PRST-11-test.zip
PRST.exe


Sierpinski Bases +1 should work but cant find any output on prst11 test?

1 · 2 · 3 · Next
Post to thread

Message boards : News : All apps have been replaced


Main page · Your account · Message boards


Copyright © 2014-2024 BOINC Confederation / rebirther