mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > YAFU

Reply
 
Thread Tools
Old 2023-03-07, 15:31   #133
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

33×157 Posts
Default

No, you can download the .exe just fine even with Edge.
James Heinrich is offline   Reply With Quote
Old 2023-03-07, 15:50   #134
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Liverpool (GMT/BST)

33·227 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
No, you can download the .exe just fine even with Edge.
It warns me but it is easy to ignore the warning.
henryzz is offline   Reply With Quote
Old 2023-03-07, 15:58   #135
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

33×157 Posts
Default

Sounds like you're probably crippling yourself with Microsoft SmartScreen, nothing specifically to do with Edge.
James Heinrich is offline   Reply With Quote
Old 2023-03-07, 16:36   #136
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009
Not U. + S.A.

22×13×53 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
Sounds like you're probably crippling yourself with Microsoft SmartScreen, nothing specifically to do with Edge.
Probably. I had to do a Win 10 reinstall a couple of months ago. The previous setup became so scrambled it was hard to run anything. I found a 2.x version of YAFU on an external drive, so I used to be able to run it, but not now. It just presents a red outline box saying it is unable to start. Whatever it needs is not here. Sometimes, programs will display a dialog saying it needs something beginning with "API." There are hundreds of those scattered across the drive with most locations in the main path. What the problem is, I don't know.

As for SmartScreen, I may be able to disable it. If memory serves, I have done something similar before.
storm5510 is offline   Reply With Quote
Old 2023-03-08, 12:52   #137
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009
Not U. + S.A.

22×13×53 Posts
Default

Disabling SmarScreen allowed me to download v2.1. There was a common factor for some things I had in my previous Windows setup. Visual Studio C redistributables. I downloaded everything back to 2012 and installed them all. Yafu 2.1 is running now.
storm5510 is offline   Reply With Quote
Old 2023-03-08, 16:13   #138
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009
Not U. + S.A.

53048 Posts
Default

I ran into a problem with v2.10:

Code:
commencing Lanczos iteration (6 threads)
memory use: 102.3 MB
line 80 - The queue is full, unable to add data to it.
line 300 - Failed to enqueue a task to free tasks queue.
line 305 - The worker thread has exited.
I will leave this for another to decipher...
storm5510 is offline   Reply With Quote
Old 2023-03-08, 16:21   #139
kruoli
 
kruoli's Avatar
 
"Oliver"
Sep 2017
Porta Westfalica, DE

1,559 Posts
Default

Ben has said that this comes from the msieve library he uses, so it is nothing he can fix directly. The problem could be potentially solved by using the OpenMP branch of msieve by Greg Childers. I had tried to do this myself once but it was nothing that was quickly doable.
kruoli is offline   Reply With Quote
Old 2023-03-09, 17:49   #140
bur
 
bur's Avatar
 
Aug 2020
79*6581e-4;3*2539e-3

2DA16 Posts
Default

Does anyone here has Linux and could test whether CADO actually works with YAFU 2.1?

I ran into this:

When trying to do NFS using CADO I get this error:

ValueError: Given working directory must be an absolute path: cadoWorkdir

I see that cado-nfs.py is called with -w cadoWorkdir. I assume I have to assign a value to cadoWorkdir, but there's no such option in yafu.ini and simply adding it to yafu.ini results in invalid option cadoWorkdir.
bur is offline   Reply With Quote
Old 2023-03-09, 18:45   #141
kruoli
 
kruoli's Avatar
 
"Oliver"
Sep 2017
Porta Westfalica, DE

155910 Posts
Default

This was introduced recently in CADO-NFS, so YAFU needs to be updated for this.
kruoli is offline   Reply With Quote
Old 2023-03-09, 21:38   #142
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

72648 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I ran into a problem with v2.10:

Code:
commencing Lanczos iteration (6 threads)
memory use: 102.3 MB
line 80 - The queue is full, unable to add data to it.
line 300 - Failed to enqueue a task to free tasks queue.
line 305 - The worker thread has exited.
I will leave this for another to decipher...
Quote:
Originally Posted by kruoli View Post
Ben has said that this comes from the msieve library he uses, so it is nothing he can fix directly. The problem could be potentially solved by using the OpenMP branch of msieve by Greg Childers. I had tried to do this myself once but it was nothing that was quickly doable.
Have you tried restarting with a different number of threads? Especially a smaller number of threads?
bsquared is offline   Reply With Quote
Old 2023-03-13, 14:59   #143
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

769 Posts
Default Bug: Stuck in loop when factoring 10^92*409522002-1

I'm having problems with this number. It goes into a loop of this:

Code:
03/13/23 10:54:13, ****************************
03/13/23 10:54:13, Starting factorization of 3799443788262456075850615749721
03/13/23 10:54:13, using pretesting plan: deep
03/13/23 10:54:13, using tune info for qs/gnfs crossover
03/13/23 10:54:13, ****************************
03/13/23 10:54:13, rho: x^2 + 3, starting 4096 iterations on C31
03/13/23 10:54:13, rho: x^2 + 2, starting 4096 iterations on C31
03/13/23 10:54:14, rho: x^2 + 1, starting 4096 iterations on C31
03/13/23 10:54:14, final ECM pretested depth: 0.000000
03/13/23 10:54:14, c31 cofactor = 3799443788262456075850615749721
03/13/23 10:54:14, Total factoring time = 0.7101 seconds
03/13/23 10:54:14
That C31 factors into the 2 P16 factors visible at the link above. Version info:

Code:
YAFU Version 2.10
Built with Microsoft Visual Studio 1931
Using GMP-ECM 7.0.4, Powered by MPIR 3.0.0

Last fiddled with by Stargate38 on 2023-03-13 at 14:59
Stargate38 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
How I install YAFU version 2 onto my Ubuntu Machines EdH EdH 7 2023-03-14 15:06
yafu ignoring yafu.ini chris2be8 YAFU 9 2022-02-17 17:52
YAFU Version Differences nivek000 YAFU 2 2021-12-21 16:21
Running YAFU via Aliqueit doesn't find yafu.ini EdH YAFU 8 2018-03-14 17:22
YAFU version 1.31 bsquared YAFU 26 2012-04-23 03:16

All times are UTC. The time now is 02:57.


Sun Jun 4 02:57:40 UTC 2023 up 290 days, 26 mins, 0 users, load averages: 1.02, 1.05, 1.06

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔