![]() |
|
|
#23 |
|
Jul 2003
So Cal
2×34×13 Posts |
Yes, you're right. My code does work for more than 9 factors. It took about 15-20 minutes to convert the file containing about 36 million relations.
|
|
|
|
|
|
#24 | |
|
Nov 2003
22·5·373 Posts |
Quote:
does it appear more than once in the list? |
|
|
|
|
|
|
#25 |
|
Jul 2003
So Cal
210610 Posts |
They can be included, but do not need to be. Both GGNFS and msieve code will divide out all powers of a factor and will ignore repeated factors.
|
|
|
|
|
|
#26 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000001012 Posts |
Quote:
Here's a few mismatches: Code:
gcc -Iinclude -I. -O3 cwi2gg.c cwi2gg.c: In function 'convert_relations_core': cwi2gg.c:101: warning: passing argument 2 of 'read_factor_base' from incompatible pointer type cwi2gg.c:103: warning: passing argument 2 of 'write_factor_base' from incompatible pointer type cwi2gg.c:144: warning: passing argument 1 of 'eval_poly' from incompatible pointer type cwi2gg.c:192: warning: passing argument 1 of 'eval_poly' from incompatible pointer type cwi2gg.c: In function 'convert_relations': cwi2gg.c:270: error: too many arguments to function 'msieve_obj_new' |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting CWI format to ggnfs format | xilman | Msieve | 2 | 2015-11-27 09:54 |
| worktodo.ini format | S485122 | PrimeNet | 5 | 2008-11-03 14:54 |
| Date format | Mini-Geek | Lounge | 21 | 2007-03-17 01:36 |
| Meaning and format of Phi, GF | roger | Miscellaneous Math | 9 | 2007-01-21 06:33 |
| What is the format of worktodo.ini for a^n+/-b^n | jasong | Factoring | 1 | 2006-04-18 02:11 |