mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Reply
 
Thread Tools
Old 2009-01-31, 09:31   #144
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

1000010010102 Posts
Default

Quote:
Originally Posted by Andi47 View Post
Heureka!!

I found the problem: the ubasic command "doscmd" only accepts filenames in 8+3 format, so doscmd "gnfs-lasieve4I12e.exe" will probably get truncated and therefore doesn't work.
Ahhh...see, as I said over in the other thread, it must be something the command shell doesn't like.....unfortunately, ubasic is getting a little long in the tooth.
schickel is offline   Reply With Quote
Old 2009-01-31, 18:53   #145
10metreh
 
10metreh's Avatar
 
Nov 2008

44228 Posts
Default

Jeff, your P4 compile of svn337 (at least that) has a bug in matbuild. This was printed to the logfile:

Code:
Max heap usage: 0 MB
What is preventing this from showing a proper value?

Last fiddled with by 10metreh on 2009-01-31 at 18:53
10metreh is offline   Reply With Quote
Old 2009-01-31, 23:40   #146
Jeff Gilchrist
 
Jeff Gilchrist's Avatar
 
Jun 2003
Ottawa, Canada

3×17×23 Posts
Default

Quote:
Originally Posted by 10metreh View Post
Jeff, your P4 compile of svn337 (at least that) has a bug in matbuild. This was printed to the logfile:

Code:
Max heap usage: 0 MB
What is preventing this from showing a proper value?
I have no idea. I didn't write that code, I just compiled it. Is matbuild not working or it just isn't showing the heap usage? It might be the same for all the Windows build, I'm not sure.
Jeff Gilchrist is offline   Reply With Quote
Old 2009-02-01, 00:27   #147
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

354310 Posts
Default

The code uses mallinfo to report the heap usage, and this code is only turned on when compiling within MinGW (it requires you #define MALLOC_REPORTING).
jasonp is offline   Reply With Quote
Old 2009-02-01, 01:20   #148
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

9,497 Posts
Default

"State Trooper: What the hell are you driving here?
Del: We had a small fire last night, but we caught it in the nick of time.
State Trooper: Do you have any idea how fast you were going?
Del: Funny enough, I was just talking to my friend about that. Our speedometer has melted and as a result it's very hard to see with any degree of accuracy exactly how fast we were going..."

I am with John Candy on this one. I don't care if the speedometer shows a 0, as long as the car is running just fine.
Batalov is offline   Reply With Quote
Old 2009-02-01, 08:31   #149
10metreh
 
10metreh's Avatar
 
Nov 2008

232210 Posts
Default

Quote:
Originally Posted by Batalov View Post
"State Trooper: What the hell are you driving here?
Del: We had a small fire last night, but we caught it in the nick of time.
State Trooper: Do you have any idea how fast you were going?
Del: Funny enough, I was just talking to my friend about that. Our speedometer has melted and as a result it's very hard to see with any degree of accuracy exactly how fast we were going..."

I am with John Candy on this one. I don't care if the speedometer shows a 0, as long as the car is running just fine.
I know that it's not really necessary to have the values.

Quote:
Originally Posted by Jeff Gilchrist View Post
I have no idea. I didn't write that code, I just compiled it. Is matbuild not working or it just isn't showing the heap usage? It might be the same for all the Windows build, I'm not sure.
The svn322 for P4 I had been using worked fine for this. Matbuild is working fine.

Last fiddled with by 10metreh on 2009-02-01 at 08:32
10metreh is offline   Reply With Quote
Old 2009-02-01, 12:40   #150
Jeff Gilchrist
 
Jeff Gilchrist's Avatar
 
Jun 2003
Ottawa, Canada

3×17×23 Posts
Default

Quote:
Originally Posted by 10metreh View Post
The svn322 for P4 I had been using worked fine for this. Matbuild is working fine.
As jasonp pointed out, it is a compiler issue, so the P4 version you have must have been compiled with mingw32 for Windows while mine are with Visual Studio. I saw somewhere that you saw a 10-15% increase in speed with the siever I think with my P4 build, so if matbuild runs about the same speed as your other P4 build go ahead and mix and match to suit your needs.

I just wanted to make sure the program was working first before I went digging into the code since my time is very limited. Thanks jasonp for checking things out.
Jeff Gilchrist is offline   Reply With Quote
Old 2009-02-01, 12:44   #151
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Quote:
Originally Posted by Jeff Gilchrist View Post
As jasonp pointed out, it is a compiler issue, so the P4 version you have must have been compiled with mingw32 for Windows while mine are with Visual Studio. I saw somewhere that you saw a 10-15% increase in speed with the siever I think with my P4 build, so if matbuild runs about the same speed as your other P4 build go ahead and mix and match to suit your needs.

I just wanted to make sure the program was working first before I went digging into the code since my time is very limited. Thanks jasonp for checking things out.
Anyway, keep up the good work!
10metreh is offline   Reply With Quote
Old 2009-02-01, 14:10   #152
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

29·41 Posts
Default

Who uses matbuild anyway these days?
smh is offline   Reply With Quote
Old 2009-02-01, 15:25   #153
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Quote:
Originally Posted by smh View Post
Who uses matbuild anyway these days?
factLat.pl uses it to check if there are enough relations. I only use it for building matrices on my base 2 2-brilliants, which are so small that msieve has problems.
10metreh is offline   Reply With Quote
Old 2009-02-12, 00:45   #154
Jeff Gilchrist
 
Jeff Gilchrist's Avatar
 
Jun 2003
Ottawa, Canada

3·17·23 Posts
Default

Hello everyone. Since I am also a fairly new user to GGNFS and msieve for NFS factoring, I decided to put together a beginners guide on how to use the software with an example factoring a C121 with GNFS.

It is aimed at people with computer experience but who are new to NFS and not familiar with the different GGNFS pieces or how to use msieve for polynomial selection or post-processing.

If you have a minute, can you please check it out at:
http://gilchrist.ca/jeff/factoring/n...ers_guide.html

And let me know if I'm missing something or if you find any mistakes. It is not supposed to be a extensive guide explaining all the different options or best methods to do everything but just to help someone get started.

Thanks,
Jeff.
Jeff Gilchrist is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of GGNFS LegionMammal978 Msieve 17 2017-01-20 19:49
Running other programs while running Prime95. Neimanator PrimeNet 14 2013-08-10 20:15
Error running GGNFS+msieve+factmsieve.py D. B. Staple Factoring 6 2011-06-12 22:23
GGNFS or something better? Zeta-Flux Factoring 1 2007-08-07 22:40
ggnfs ATH Factoring 3 2006-08-12 22:50

All times are UTC. The time now is 15:48.


Fri Aug 6 15:48:36 UTC 2021 up 14 days, 10:17, 1 user, load averages: 2.26, 2.29, 2.47

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, 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.