Skip to Content.
Sympa Menu

cado-nfs - [Cado-nfs-discuss] import function

Subject: Discussion related to cado-nfs

List archive

[Cado-nfs-discuss] import function


Chronological Thread 
  • From: "Gross, Samuel" <Samuel.Gross@noblis.org>
  • To: "cado-nfs-discuss@lists.gforge.inria.fr" <cado-nfs-discuss@lists.gforge.inria.fr>
  • Subject: [Cado-nfs-discuss] import function
  • Date: Wed, 1 Feb 2017 20:03:12 +0000
  • Accept-language: en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=Samuel.Gross@noblis.org; spf=Pass smtp.mailfrom=Samuel.Gross@noblis.org; spf=Pass smtp.helo=postmaster@NAM02-BL2-obe.outbound.protection.outlook.com
  • Ironport-phdr: 9a23:cFyhHxwNJU97BnnXCy+O+j09IxM/srCxBDY+r6Qd2ukVIJqq85mqBkHD//Il1AaPBtSHrawbwLON6ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMizexe7J/IRe5oQnMuMQanJZpJ7osxBfOvnZGYfldy3lyJVKUkRb858Ow84Bm/i9Npf8v9NNOXLvjcaggQrNWEDopM2Yu5M32rhbDVheA5mEdUmoNjBVFBRXO4QzgUZfwtiv6sfd92DWfMMbrQ704RSiu4qF2QxLulSwJNSM28HvPh8JwkqxVvQ6hqRJ8zY7VfI6bO/Vxc7jBfdwBQGpNQtpdWzBDD466coABD/ABPeFdr4TlqVcArAG+BQ63BOP00jNDm2L40rc/0+Q8Dw7G2AIsFM8JvXrJttr1MboSXv6xzKXSzDvDdfRW2Szm6IXTdBAhpuqDXbZxccrK00UvEBnFjlqJpIHjIjib2OMNs22B4OphU+Kik3UnqwBvrTixx8csjIbJipgay1HL+iR0xps+K96gSENjfNKoDJRduzuVOoZ0WM8vTWJltDwnxrEbu5O3ZCsHxI4oyhPecfCKfJSE7gj9WOuRLzp1gm9udqiliBao60egz/XxVsmq31ZOqSpIisHCu2wK2RDP9MSLU+Zw8EG/1TqW0ADc8f9LLVozlarGN54u2bkwlocVsUveBCP2gF/2jKiKdko65ueo9+XnYrLgppOGMI90lx3+MqApmsy4AuQ0KBQBX2+e+eik1b3j+1P2QKlSg/ErjqXUv4rWKMsZq6KjDQJY0Zwv5wuiAzqkyNgYmGMILFNBeBKJlYjpPFTOLejlA/ilhlSsjSlkx/TcMrPgGJXNKWPDkKz6cLZ77E5T0w4zzdFE555ODbEBOv3zVlfrtNPEFh85LxC0w+H/BdphzIwRRGWPDrafMKPcql+E//8gI+iXZIAJpTb9MOMl6uXqjX84gl8dYbKp0YEYaHC2GfRmOUqZbmT2jtcAF2cKpAs+Q/bwhF2MSz4AL0q1Cug37z08TYSoFsLPR5umnaea9CO6BYFNIG9IDUqDHDHpcZ+FUrECcmjadsRonjtBU7a6DoMgzhqzrxTSz7t8MvGS9SMfr53uktlz/eza0x8oo29aFcOYhiuiVWZvhSdAfDYzwa176wQp8V6GzKV8xdNCEsdIz/VOWAM7Ltjb1eMsWIO6YR7IYtrcEAXued6hGzxkFt8=
  • List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
  • List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hello,
I have been doing some heuristics for different configurations in bwc. I
haven’t found an efficient way of forgetting a previous run of bwc and
starting over. I have tried 2 things. It seems that discarding all bwc files
(leaving an empty $name.bwc directory), and all merge files, dep files,
character, and sqrt files, and use the allow_wipeout=True parameter, I am
able to start again, but I must repeat merging. Deleting any other
combination of files, attempting to preserve the merged matrix, results in
file not found errors.
I have also tried just starting a new working directory, and importing my
relations. I have not been able to import the filtering results. Moreover, as
the ./scripts/cadofactor/README indicates:
“When importing relations, some statistics are gathered by parsing the
relation files. This is a costly operation, especially when relations
from a large number of files are gathered. An expedient for this
problem
is to create, for each file cxx.sieving.xxx-yyy.zzzzzzz.gz, a file
cxx.sieving.xxx-yyy.zzzzzzz.gz.stats.txt, which contain the relevant
statistics. The format of this file should match the format of the
statistics files produced by the cado-nfs siever with the -stats-stderr
option. Examples of such statistics files are found as the files
*.stderr0…”
I have not figured out how to import these stats files as well, and thus
avoid regenerating them. I have attempted including them in the list @files
to import, using a separate list, as well as copying to the new work
directory under $name.upload. Both of these options fail as well for re-using
the data from the filtering stage. I am hoping that someone can
1. Clarify the instructions in the README on importing relations and the
costly operation of re-gathering stats.
2. Suggest a method for restarting after merging and before linear algebra
begins, ignoring any previous runs.
--sam




Archive powered by MHonArc 2.6.19+.

Top of Page