![]() |
|
|
#518 | |
|
Mar 2006
479 Posts |
Quote:
Code:
ggnfs_cmd = "C:\Program Files\Python\python" "C:\MathWork\aliqueit\factmsieve.py" |
|
|
|
|
|
|
#519 |
|
"Sander"
Oct 2002
52.345322,5.52471
29×41 Posts |
How about putting the path between quotes?
Or use the old 8.3 style, like c:\progra~1\ |
|
|
|
|
|
#520 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
3,823 Posts |
Thanks Guys,
I guess I was thrown by being too hurried and in thinking that factmsieve.py must have been called fine because of: Code:
error (line 104): CUDA_ERROR_FILE_NOT_FOUND |
|
|
|
|
|
#521 |
|
Mar 2010
3·19 Posts |
Thanks for the help, fixing the "C:\Program Files\" reference worked and GGNFS launches, but I'm still getting that line 104 CUDA error, which is odd as I have another installation of GGNFS that works fine with CUDA turned on. Suggestions?
|
|
|
|
|
|
#522 |
|
Tribal Bullet
Oct 2004
3·1,181 Posts |
msieve with CUDA support looks for a few *.ptx files in the current working directory; the CUDA runtime pops out this error when it doesn't find them. Either the files aren't there or the current directory as specified by python is not what you think it is.
|
|
|
|
|
|
#523 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
Are there any files that are used for every factorization? Could I run multiple factorizations from the same folder at once?
edit: silly question there is spairs.out and related files It might be a nice optional feature to be able to run multiple factorizations in one directory though. Last fiddled with by henryzz on 2010-12-17 at 19:15 |
|
|
|
|
|
#524 |
|
Jun 2003
Ottawa, Canada
3·17·23 Posts |
|
|
|
|
|
|
#525 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
If I ran four factorizations at once in the same directory with one core instead of one with 4 cores then I wouldn't have 3 cores idle during poly selection and filtering. I have however noticed since that with the factmsieve.py script it almost always only runs filtering once unlike factmsieve.pl which ran it many times(sometimes each filtering run taking longer than one sieve block with four cores sieving)
|
|
|
|
|
|
#526 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Quote:
|
|
|
|
|
|
|
#527 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
133718 Posts |
Quote:
|
|
|
|
|
|
|
#528 |
|
Jun 2003
Ottawa, Canada
3×17×23 Posts |
That is why I was asking because I figured you could probably do what you needed without having to add support in the script. If you configure factmsieve.py to point to the directory where the msieve/ggnfs binaries are located then you can just call ..\factmsieve.py (or whatever) from your 4 different working directories and be get the same results. That way all your output and data files are nicely separated as well and easier to clean-up.
Request complete, feature already available.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Msieve & ggnfs on MacOS | xilman | Msieve | 8 | 2017-05-20 00:12 |
| Factorizing with MSIEVE, GGNFS & Factmsieve.py | Romuald | Msieve | 24 | 2015-11-09 20:16 |
| Infinite loop for ggnfs or msieve | Greebley | Aliquot Sequences | 4 | 2013-02-06 19:28 |
| Error running GGNFS+msieve+factmsieve.py | D. B. Staple | Factoring | 6 | 2011-06-12 22:23 |
| A new driver? (or type of driver?) | 10metreh | Aliquot Sequences | 3 | 2010-02-15 15:57 |