![]() |
|
|
#1 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
I need some help in my setup, I guess...
I have two machines running poly select on older GPUs using msieve revision 979. Their commands to search are: Code:
./msieve -i number -np I have a third machine running factmsieve.py with a much more current version of msieve that is also tasked with polynomial selection, but it is using its CPU. I have wall time limited this polynomial run. It generates the file number.dat.p as it is running and then number.fb when the interrupt occurs. All of this is running OK. However, I have tried to incorporate the two GPU generated groups of candidates into the CPU generated one, but the chosen polynomial never appears to be from the GPU generated lists, even when they have candidates with better scores. I have tried concatenating the msieve.dat.p contents onto the number.dat.p file after it is initiated and I have tried starting out by generating the new number.dat.p file from the two msieve.dat.p files prior to running factmsieve.py. What might I be missing? Thanks. |
|
|
|
|
|
#2 |
|
Sep 2009
2×1,039 Posts |
Here's a perl script to find the best poly in several NAME.*.msieve.dat.p files and generate NAME.poly from it. It assumes NAME.n exists in the current directory.
I wrote it to be called from a shell script which would have run several msieve tasks in parallel. But it should work if you manually put them all in 1 dir, then call this script (with 1 parm of NAME). Chris |
|
|
|
|
|
#3 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
381710 Posts |
Quote:
Thanks. -Ed |
|
|
|
|
|
|
#4 |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Polynomial selection will not consider polynomials that have already been generated in the .p file that is the output from the stage 2 root sieve. That's true even if you manually choose the best polynomial and make the .fb file out of it; then polynomial selection sees you have already chosen a polynomial, and decides its job is finished :)
|
|
|
|
|
|
#5 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
1110111010012 Posts |
Quote:
Thanks for all... |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When is an exponent considered "started"? | ric | PrimeNet | 8 | 2017-04-03 08:41 |
| Are these polynomials being generated correctly? | Sam Kennedy | Factoring | 0 | 2016-12-02 19:01 |
| [Win7] GnuPG-generated files not showing up? | ixfd64 | Lounge | 1 | 2012-06-23 12:43 |
| Official "String copy Statement Considered Harmful" thread | Dubslow | Programming | 19 | 2012-05-31 17:49 |
| Any puzzle I can't solve in 15 minutes is to be considered HARD | JuanTutors | Puzzles | 14 | 2005-05-27 21:27 |