![]() |
|
|
#210 | |
|
Dec 2011
New York, U.S.A.
97 Posts |
Quote:
My workaround for this (it has come up before in several contexts) is to run pfgw inside a virtual machine. If you need to shut down or reboot, suspend the VM and the state of everything in the VM is saved, including pfgw. You can do manual 'checkpoints' by suspending and restarting the VM. If the computer crashes you can then restart the VM and it will resume from the last 'suspend'. |
|
|
|
|
|
|
#211 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
2·33·109 Posts |
Is this an easily fixable bug or a limitation?
http://www.mersenneforum.org/showpos...&postcount=178 |
|
|
|
|
|
#212 | |
|
"Mark"
Apr 2003
Between here and the
11000110100102 Posts |
Quote:
|
|
|
|
|
|
|
#213 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
Quote:
Luigi |
|
|
|
|
|
|
#214 |
|
Banned
"Luigi"
Aug 2002
Team Italia
12D216 Posts |
|
|
|
|
|
|
#215 |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
|
|
|
|
|
|
#216 |
|
"Mark"
Apr 2003
Between here and the
18D216 Posts |
You are getting a numeric overflow as you are trying to compute (2^(2^132049-1))%((2*k*(2^expo-1))+1). Add the "set expo" line to get a result.
set expo, (2^expo-1) % (base-1) POWMOD result,base,2^expo-1,mers WRITE r_file,result |
|
|
|
|
|
#217 |
|
"Mark"
Apr 2003
Between here and the
18D216 Posts |
I was wrong on that. You want to mod by p-1, not base-1.
|
|
|
|
|
|
#218 |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
I have posted 3.7.8 to sourceforge. I'm sorry for the delay in upgrading gwnum to v28.5. Other changes include:
- upgraded to Visual Studio 2012 - upgraded to the current clang on OS X - add feature that will allow pfgw to easily validate factors generated from various sieving programs (most of which I own) Those programs output factors in the form "factor | number". pfgw will now take input of that form and convert it to the expression "number%factor" then evaluate that expression. This last change makes it much easier for me (or anyone else) to validate "supposed" factors found by one of these sieving programs. The Mac and Windows versions are posted. Steven Harvey will get handle the linux build. Happy Thanksgiving! |
|
|
|
|
|
#219 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2×3×11×73 Posts |
Quote:
![]() Does this new version explicitly address the issue I was talking about? Luigi |
|
|
|
|
|
|
#220 |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A possible bug in LLR/PFGW while using GWNUM (no bug in P95) | Batalov | Software | 77 | 2015-04-14 09:01 |
| PFGW 3.2.0 has been Released | rogue | Software | 94 | 2010-09-14 21:39 |
| PFGW 3.2.3 has been Released | rogue | Software | 10 | 2009-10-28 07:07 |
| PFGW 3.2.2 has been Released | rogue | Software | 20 | 2009-08-23 12:14 |
| PFGW 3.2.1 has been released | rogue | Software | 5 | 2009-08-10 01:43 |