https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 13ad21162e4acffc53bc391e8fe0cbbb1de31437 authored by Alexander Kruppa on 16 February 2015, 13:39:57 UTC
Changes to make P+1 with 2/7 and 6/5 one method, but with two parameterizations.
Tip revision: 13ad211
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