![]() |
|
|
#1 |
|
Jan 2017
Glory to Arstotzka!
2×7 Posts |
Was running an Msieve job when it crashed with this:
Code:
-> Running square root step ...
-> ./msieve -s 33373_189/33373_189.dat -l 33373_189/33373_189.log -i 33373_189/33373_189.ini -nf 33373_189/33373_189.fb -t 6 -nc3
-> Computing time scale for this machine...
-> procrels -speedtest> PIPE
Traceback (most recent call last):
File "../factmsieve.py", line 2253, in <module>
output_summary(NAME, fact_p, pols_p, poly_p, lats_p)
File "../factmsieve.py", line 1911, in output_summary
(ret, res) = run_exe(PROCRELS, '-speedtest', out_file = subprocess.PIPE)
File "../factmsieve.py", line 350, in run_exe
p = subprocess.Popen([ex] + args.split(' '), **al)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
|
|
|
|
|
|
#2 |
|
"Curtis"
Feb 2005
Riverside, CA
113758 Posts |
You mean "the python script cannot find procrels". Your factorization is complete; procrels is called by the script to do a little summary work/statistics on your factorization. Check your log file for the factors.
If you place procrels in the same folder as msieve and the lasieve binaries, the script will create a nice text file with your factors, the time taken in each stage, and a few other stats. Last fiddled with by VBCurtis on 2017-01-20 at 22:12 Reason: state -> stage typo |
|
|
|
|
|
#3 |
|
Jan 2017
Glory to Arstotzka!
2×7 Posts |
Thanks! Just curious, where can I get the procrels file?
|
|
|
|
|
|
#4 |
|
"Curtis"
Feb 2005
Riverside, CA
4,861 Posts |
It is included with the GGNFS package. I have attached the windows version, zipped.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Aliqueit Failing to Find Msieve Factors | EdH | Msieve | 14 | 2016-09-05 21:52 |
| Where can I find a Reverse and Add program? I can't find any! | Stargate38 | Programming | 18 | 2015-07-10 06:08 |
| Find the Value | davar55 | Puzzles | 25 | 2007-07-15 15:56 |
| New way to Find (X^Y) % M | maheshexp | Miscellaneous Math | 29 | 2004-08-30 15:59 |
| New way to Find (X^Y) % M | maheshexp | Software | 2 | 2004-05-08 03:16 |