![]() |
![]() |
#309 | ||||
"Ben"
Feb 2007
3,371 Posts |
![]() Quote:
Quote:
![]() Quote:
Quote:
No, that's only available in version 1.15, which isn't available yet for 32bit linux... |
||||
![]() |
![]() |
![]() |
#310 | ||
"Ed Hall"
Dec 2009
Adirondack Mtns
2·3·5·112 Posts |
![]()
Thank you for responding so quickly.
Quote:
Code:
ecm: curve 400, sigma = 3837905283, c70 input, B1 = 250K, B2 = 25M, processed < Quote:
![]() Thank you again for replying so quickly. I will play around some more and get back with you if any changes come about. This is not a priority in any fashion. As a last note: Thank you for providing this to the community. Take Care, Ed |
||
![]() |
![]() |
![]() |
#311 | |||
"Ben"
Feb 2007
D2B16 Posts |
![]() Quote:
Quote:
Quote:
- ben. |
|||
![]() |
![]() |
![]() |
#312 | ||
"Ed Hall"
Dec 2009
Adirondack Mtns
E2E16 Posts |
![]() Quote:
Code:
***** 30 digit level took 19.47751 seconds. ***** using 32bit windows p4 data for QS time estimation ***** qs time estimate = 197.883626 seconds ***** estimating 151 more curves can be run at 35 digit level ecm: curve 1, sigma 3413087968, C70 input, B1 = 1M, B2 = 100M, processed < . . . Quote:
Code:
[id@computer Yafu2]$ make x86 gcc -m32 -g -O3 -fomit-frame-pointer -Wall -I. -Iinclude tfm/fp_mul_comba.o tfm/fp_mul_comba_small_set.o tfm/fp_sqr_comba.o tfm/fp_sqr_comba_small_set.o tfm/fp_sqr_comba_generic.o tfm/fp_2expt.o tfm/fp_cmp_mag.o tfm/fp_mont_small.o tfm/fp_montgomery_calc_normalization.o tfm/fp_montgomery_reduce.o tfm/fp_montgomery_setup.o tfm/fp_mul_2.o tfm/s_fp_sub.o msieve/lanczos.o msieve/lanczos_matmul0.o msieve/lanczos_matmul1.o msieve/lanczos_matmul2.o msieve/lanczos_pre.o msieve/mpqs_gf2.o msieve/sqrt.o msieve/savefile.o msieve/squfof_jp.o factor/factor_common.o factor/algfactor.o factor/relation.o factor/sieve.o factor/poly.o factor/siqs_test.o factor/siqs_aux.o factor/smallmpqs.o factor/ecm.o factor/pp1.o factor/pm1.o factor/rho.o factor/squfof.o factor/trialdiv.o factor/MPQS.o factor/gf2.o factor/pQS.o factor/SIQS.o arith/arith0.o arith/monty.o arith/arith1.o arith/arith2.o arith/arith3.o top/driver.o top/utils.o top/soe.o top/stack.o top/calc.o top/test.o -o yafu -lm -pthread /usr/bin/ld: i386:x86-64 architecture of input file `tfm/fp_mul_comba.o' is incompatible with i386 output . . . /usr/bin/ld: i386:x86-64 architecture of input file `top/test.o' is incompatible with i386 output factor/ecm.o: In function `ecm_loop': /users/buhrow/personal/math_stuff/mpDigits/yafu-1.15/factor/ecm.c:1026: undefined reference to `ecm_clear' . . . /users/buhrow/personal/math_stuff/mpDigits/yafu-1.15/include/gmp_xface.h:50: undefined reference to `__gmpz_export' /usr/bin/ld: final link failed: Invalid operation collect2: ld returned 1 exit status make: *** [x86] Error 1 Take Care, Ed |
||
![]() |
![]() |
![]() |
#313 |
"Ed Hall"
Dec 2009
Adirondack Mtns
2×3×5×112 Posts |
![]()
Well, I feel even worse now. I just realized I got a version 1.12 somehow mixed in with my version 1.15 on the WinXP laptop.
Skip all my previous trouble in regards to the laptop. With version 1.15, it worked in just over 7.5 minutes. Oddly, with an alternate 1.4GHz laptop it ran in under 4 minutes. Both have 512M, but different CPUs. My apologies for the trouble I caused re the Win32 version(s). I'll probably get hold of you about the 1.14 source for the linux machine in the next few days, but I might be too embarrassed to ask for it, now. Again, sorry for my big mistake. Take Care, Ed |
![]() |
![]() |
![]() |
#314 | |
"Ben"
Feb 2007
3,371 Posts |
![]() Quote:
![]() Large speed variations exist between cpu types for this type of work; memory size isn't as important as long as it is 'big enough'. For instance p4's are misrable at QS compared to core2 or any recent AMD chip. I'm interested in getting things to work on linux 32 bit systems, so if you are game I'll help you along. I'll PM you with details. |
|
![]() |
![]() |
![]() |
#315 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
2×3×5×112 Posts |
![]() Quote:
The particulars of the second machine are: Intel Pentium 4 CPU 1.7GHz with 768M memory I have some other machines around in various levels of disassembly. I will try to bring some of those up for testing over the weekend. Thank you again for your help. I'm thinking your program is fine and my equipment is less than adequate for my current area of interest. Take Care, Ed |
|
![]() |
![]() |
![]() |
#316 |
"Ben"
Feb 2007
3,371 Posts |
![]()
Yes, the siqs routine leaves a savefile behind. If you try to factor the same number again without deleting the savefile or factoring a different number with siqs, then the relations in the file are used and the job goes *much* quicker.
|
![]() |
![]() |
![]() |
#317 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
2·3·5·112 Posts |
![]() Quote:
Right now, I'm running an intensive memory test on the questionable machine. I tried compiling 1.14 on it last night and got several errors. I will be tied up with other things today, but plan to work in some compiling, etc. on the machine that is working. Of note, the questionable machine did compile msieve without any complaints. It then ran factors against your test number in a little over 7.5 minutes. The questionable machine has a lot more applications installed than the other one. I wonder if that could be the trouble. I have the g++ addition to gcc and code::blocks, plus several math programs. Thank you for the 1.14 source. I will try it and the 1.15 source on the working one a little later, as well as on an older version of Fedora that's hanging out on a laptop partition. Take Care, Ed |
|
![]() |
![]() |
![]() |
#318 |
"Ed Hall"
Dec 2009
Adirondack Mtns
2·3·5·112 Posts |
![]()
I had a brief chance to try some compiling, but neither 1.14 nor 1.15 would compile on the other Fedora machine. However, 1.14 runs fine. I did try the 64k version with the save files removed and it took a bit longer.
![]() I'll have more later, with some error messages. BTW, the memory test on the questionable machine did not find anything amiss. Take Care, Ed |
![]() |
![]() |
![]() |
#319 |
"Rich"
Aug 2002
Benicia, California
3×13×31 Posts |
![]()
Running version 1.15 with XP, I had the following results with a Windows error box that the application had a problem and had to close:
02/03/10 10:22:56 v1.15 @ RICH, Initializing... Powered by Tom's Fast Math (x86-32 asm) Using GMP-ECM 6.2.3, Powered by GMP 4.2.3 cached 664581 primes. pmax = 10000079 detected cpu 4, with L1 = 16384 bytes, L2 = 1048576 bytes =============================================================== ======= Welcome to YAFU (Yet Another Factoring Utility) ======= ======= bbuhrow -at- gmail -dot- com ======= ======= Type help at any time, or quit to quit ======= =============================================================== >> siqs (89202248141393029562433987257375558697204695545353715955713528758185807 25840367919403456232991) starting SIQS on c94: 8920224814139302956243398725737555869720469554535371595571 352875818580725840367919403456232991 82059 relations found: 20901 full + 61158 from 1126470 partial threw away 986 relations with large primes too small ==== sieve params ==== n = 95 digits, 314 bits factor base: 81977 primes (max prime = 2213053) single large prime cutoff: 287696890 (130 * pmax) double large prime range from 44 to 51 bits double large prime cutoff: 1682996841594562 sieve interval: 26 blocks of size 32768 polynomial A has ~ 12 factors using multiplier of 3 using small prime variation correction of 19 bits using SSE2 for trial division and x128 sieve scanning trial factoring cutoff at 96 bits ==== sieving in progress (1 thread): 82041 relations needed ==== ==== Press ctrl-c to abort and save state ==== trial division touched 0 sieve locations out of 0 QS elapsed time = 4.0625 seconds. ==== post processing stage (msieve-1.38) ==== begin with 1148356 relations reduce to 209157 relations in 11 passes attempting to read 209157 relations failed to read relation 4568 failed to read relation 4569 failed to read relation 4570 failed to read relation 4571 failed to read relation 4572 failed to read relation 4573 failed to read relation 4574 failed to read relation 4575 failed to read relation 4576 failed to read relation 4577 failed to read relation 4578 bad poly A encountered in savefile bad poly A encountered in savefile bad poly A encountered in savefile bad poly A encountered in savefile bad poly A encountered in savefile bad poly A encountered in savefile bad poly A encountered in savefile Any suggestions would be appreciated! Rich Last fiddled with by xilman on 2010-02-03 at 21:36 Reason: Obfuscate address |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running YAFU via Aliqueit doesn't find yafu.ini | EdH | YAFU | 8 | 2018-03-14 17:22 |
YAFU-1.34 | bsquared | YAFU | 119 | 2015-11-05 16:24 |
Yafu bug. | storflyt32 | YAFU | 2 | 2015-06-29 05:19 |
yafu-1.33 | bsquared | YAFU | 12 | 2012-11-08 04:12 |
yafu-1.32.1 | bsquared | YAFU | 21 | 2012-09-04 19:44 |