mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Msieve (https://www.mersenneforum.org/forumdisplay.php?f=83)
-   -   use msieve linear algebra after CADO-NFS filtering (https://www.mersenneforum.org/showthread.php?t=22624)

aein 2017-10-04 18:16

use msieve linear algebra after CADO-NFS filtering
 
Hello
I want to use msieve linear algebra after CADO-NFS filtering. I read readme.msieve in cado and it said:
"concatenate all the relation files specified by purge.log in
the order specified, and name the file <prefix> in the same
directory as all the other CADO intermediate files. If Msieve was
compiled with zlib support, the files do not have to be uncompressed"

which files should be concatinate? how?

VBCurtis 2017-10-05 01:32

cat is the command to concatenate files in linux.
If the files are compressed, zcat is the command that deals with those.
Find the relations files created by CADO (or, perhaps, find purge.log and hope it tells you which files are relations files).
zcat them all into msieve.dat, or gunzip and then cat.

jasonp 2017-10-05 01:52

The internal format CADO uses for filtering has changed since that was written, and I have not updated the Msieve code to parse the new format.


All times are UTC. The time now is 01:13.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.