https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: d20d63df9eaf8c0478c59dd92a0aeeb13f13a15e authored by Alexander Kruppa on 11 February 2015, 23:34:19 UTC
Parse and print "MurphyE:" and "lognorm:" in polynomials, without comment
Tip revision: d20d63d
params.c97
###########################################################################
#     Parameter file for Cado-NFS
###########################################################################
# See params/params.c91 for an example which contains some documentation.

###########################################################################
# General parameters
###########################################################################

name = c97
tasks.threads = 2

###########################################################################
# Polynomial selection with Kleinjung's algorithm
###########################################################################

tasks.polyselect.degree = 4

tasks.polyselect.P = 10000
tasks.polyselect.admax = 150e3
tasks.polyselect.adrange = 1e4
tasks.polyselect.incr = 60
tasks.polyselect.nq = 1000
tasks.polyselect.nrkeep = 40

###########################################################################
# Sieve
###########################################################################

rlim = 500000
alim = 1000000
lpbr = 25
lpba = 25
tasks.sieve.mfbr = 50
tasks.sieve.mfba = 50
tasks.sieve.rlambda = 2.1
tasks.sieve.alambda = 2.2

tasks.I = 11
tasks.sieve.qrange = 2000
tasks.sieve.rels_wanted = 2000000

###########################################################################
# Filtering
###########################################################################

tasks.filter.purge.keep = 160
tasks.filter.maxlevel = 15
tasks.filter.ratio = 1.1
tasks.filter.merge.forbw = 3

###########################################################################
# Linear algebra
###########################################################################

tasks.linalg.bwc.interval = 100
tasks.linalg.bwc.interleaving = 0
tasks.linalg.bwc.mn = 64
tasks.linalg.bwc.shuffled_product = 1

###########################################################################
# Characters
###########################################################################

tasks.linalg.characters.nchar = 50
back to top