![]() |
|
|
#1 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
191316 Posts |
I've never seen this message before, but when building the matrix for a relatively large factorisation (32-bit large primes on both sides) I got
Code:
using 20 quadratic characters above 1624473360 warning: zero character warning: zero character |
|
|
|
|
|
#2 |
|
Tribal Bullet
Oct 2004
DD516 Posts |
I figured this was inevitable when jobs started using 32-bit large primes. The code choses quadratic characters from the primes larger than the largest factor of the algebraic sieve values. When you allow 32-bit large primes, there is a danger that some of the quadratic characters will overflow the 32-bit size and wrap around to the smallest primes.
This isn't a fatal error, it just means that any quadratic characters that wrap around will be useless during the linear algebra. As long as you get 5-7 characters that don't do that, it should be enough for the square root phase to work correctly. If you see that warning a large number of times, you may have to modify the code and rerun the matrix building step. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| warning: zero character | Alfred | Msieve | 2 | 2018-03-18 18:52 |
| Warning: XxX of your assignments have been extended... | guido72 | GPU to 72 | 3 | 2015-02-19 10:15 |
| Is there an FAQ for Error and Warning messages? | Unregistered | Information & Answers | 31 | 2013-01-31 06:13 |
| Firefox 2.0 warning | Prime95 | Lounge | 7 | 2006-10-31 05:40 |
| weird character in computer name | tha | Data | 3 | 2003-09-24 15:21 |