![]() |
![]() |
#56 |
"Ben"
Feb 2007
22×3×311 Posts |
![]()
Also, here is r388 with AVX512 enabled code. I've folded my AVX-ECM implementation into this latest version, which is 1.5x to 2.5x higher throughput than gmp-ecm (so ecm_ext can be set to something like 11000000 again). And SIQS is about 25% faster than the SSE41 version for larger inputs.
Having the same problems with system() calls with this mingw build though, so unfortunately NFS won't work. Let me know if other problems emerge. |
![]() |
![]() |
![]() |
#57 | |
Serpentine Vermin Jar
Jul 2014
D3916 Posts |
![]() Quote:
"The program can't start because msys-2.0.dll is missing..." It must be something that mingw uses? Not familiar with it. |
|
![]() |
![]() |
![]() |
#58 |
"James Heinrich"
May 2004
ex-Northern Ontario
3·29·47 Posts |
![]()
I put a copy of the version I have in the YAFU mirror.
|
![]() |
![]() |
![]() |
#59 | |
Aug 2020
2 Posts |
![]() Quote:
but it has a issue. u need add ".exe" when start ggnfs. im sure the .ini is correct Code:
nfs: continuing with sieving - could not determine last special q; using default startq nfs: commencing algebraic side lattice sieving over range: 16150000 - 16160000 nfs: commencing algebraic side lattice sieving over range: 16000000 - 16010000 nfs: commencing algebraic side lattice sieving over range: 16030000 - 16040000 nfs: commencing algebraic side lattice sieving over range: 16040000 - 16050000 nfs: commencing algebraic side lattice sieving over range: 16010000 - 16020000 nfs: commencing algebraic side lattice sieving over range: 16070000 - 16080000 nfs: commencing algebraic side lattice sieving over range: 16020000 - 16030000 nfs: commencing algebraic side lattice sieving over range: 16080000 - 16090000 nfs: commencing algebraic side lattice sieving over range: 16100000 - 16110000 nfs: commencing algebraic side lattice sieving over range: 16140000 - 16150000 nfs: commencing algebraic side lattice sieving over range: 16110000 - 16120000 nfs: commencing algebraic side lattice sieving over range: 16130000 - 16140000 nfs: commencing algebraic side lattice sieving over range: 16120000 - 16130000 nfs: commencing algebraic side lattice sieving over range: 16090000 - 16100000 nfs: commencing algebraic side lattice sieving over range: 16060000 - 16070000 nfs: commencing algebraic side lattice sieving over range: 16050000 - 16060000 nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever fopen error: No such file or directory could not open rels0.dat for reading |
|
![]() |
![]() |
![]() |
#60 | |
Aug 2020
2 Posts |
![]() Quote:
there is error msg Code:
nfs: continuing with sieving - could not determine last special q; using default startq nfs: commencing algebraic side lattice sieving over range: 16150000 - 16160000 nfs: commencing algebraic side lattice sieving over range: 16000000 - 16010000 nfs: commencing algebraic side lattice sieving over range: 16030000 - 16040000 nfs: commencing algebraic side lattice sieving over range: 16040000 - 16050000 nfs: commencing algebraic side lattice sieving over range: 16010000 - 16020000 nfs: commencing algebraic side lattice sieving over range: 16070000 - 16080000 nfs: commencing algebraic side lattice sieving over range: 16020000 - 16030000 nfs: commencing algebraic side lattice sieving over range: 16080000 - 16090000 nfs: commencing algebraic side lattice sieving over range: 16100000 - 16110000 nfs: commencing algebraic side lattice sieving over range: 16140000 - 16150000 nfs: commencing algebraic side lattice sieving over range: 16110000 - 16120000 nfs: commencing algebraic side lattice sieving over range: 16130000 - 16140000 nfs: commencing algebraic side lattice sieving over range: 16120000 - 16130000 nfs: commencing algebraic side lattice sieving over range: 16090000 - 16100000 nfs: commencing algebraic side lattice sieving over range: 16060000 - 16070000 nfs: commencing algebraic side lattice sieving over range: 16050000 - 16060000 nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever nfs: could not open output file, possibly bad path to siever fopen error: No such file or directory could not open rels0.dat for reading |
|
![]() |
![]() |
![]() |
#61 |
Sep 2009
2·1,213 Posts |
![]()
It's making a classic error by *not* saying what path it is looking for. It saves time in the long run to make sure error messages have all the information you are likely to need to work out what is wrong. I've been the one writing programs for other people to use, and taking care to make the messages informative.
This was well known long before Linux existed. |
![]() |
![]() |
![]() |
#62 |
"Oliver"
Sep 2017
Porta Westfalica, DE
1,321 Posts |
![]()
You can try to diagnose with SysInternals ProcMon which path he is trying to open. After that, you maybe can change the ini file entry accordingly (missing/extra slash/backslash?).
|
![]() |
![]() |
![]() |
#63 |
Nov 2022
17 Posts |
![]()
Hi all! Noobie here so please bear with me. I can't compile msieve. this is what i get:
cannot find -ldl: No such file or directory collect2.exe: error: ld returned 1 exit status make: *** [Makefile:279: all] Error 1 Could anybody explain how to do? Best regards |
![]() |
![]() |
![]() |
#64 |
Jun 2012
F0816 Posts |
![]()
Have you tried EdH’s set of excellent instructions? It’s for Linux, specifically Ubuntu but it might help you.
https://www.mersenneforum.org/showthread.php?t=23085 |
![]() |
![]() |
![]() |
#65 | |
Nov 2022
17 Posts |
![]() Quote:
What is the missing file ld? TIA |
|
![]() |
![]() |
![]() |
#66 |
Nov 2022
218 Posts |
![]()
oh my! I just want to build yafu in Windows
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Guide to compiling YAFU | Mr. Odd | YAFU | 4 | 2017-04-24 15:40 |
Compiling YAFU under MinGW | wombatman | YAFU | 10 | 2016-01-21 19:48 |
Need help compiling YAFU from SVN. | Stargate38 | YAFU | 14 | 2016-01-20 21:46 |
compiling svn 427 for Windows 64 bit. | skan | NFSNET Discussion | 7 | 2012-04-18 10:30 |
Compiling ECM 5.0.3 for windows | BotXXX | Factoring | 25 | 2005-09-13 12:24 |