Subject: Discussion related to cado-nfs
List archive
- From: tomdean@speakeasy.org (Thomas D. Dean)
- To: Emmanuel Thomé <Emmanuel.Thome@gmail.com>
- Cc: cado-nfs-discuss@lists.gforge.inria.fr
- Subject: Re: [Cado-nfs-discuss] Factor Failed
- Date: Thu, 12 Jan 2012 09:17:09 -0800
- 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>
I rebuilt libgmp, gcc46, and used
'gmake LDFLAGS="-Wl,-rpath,/usr/local/lib/gcc46"' to rebuild cado
# rm -rf /tmp/cado.lR7LfORi6V/c135.bwc
# cadofactor.pl params=/tmp/cado.lR7LfORi6V/c135.param
wdir=/tmp/cado.lR7LfORi6 name=c135 machines=/tmp/cado.lR7LfORi6V/mach_desc -v
/usr/local/bin/cadofactor.pl params=/tmp/cado.lR7LfORi6V/c135.param
wdir=/tmp/cado.lR7LfORi6 name=c135 machines=/tmp/cado.lR7LfORi6V/mach_desc -v
Info:--------------------------------------------------------------------------
Info:Initialization
Info:--------------------------------------------------------------------------
Info:Reading the parameters...
Info:Reading extra parameters from /tmp/cado.lR7LfORi6V/param
Info:Reading extra parameters from /tmp/cado.lR7LfORi6V/c135.param
Error:parameter kjkmax from /tmp/cado.lR7LfORi6V/c135.param clashes
# with value defined earlier from other config files at
# /usr/local/bin/cadofct.pm line 289
# grep -n kjkmax /tmp/cado.lR7LfORi6V/c135.param
7:kjkmax=21
Rebuilding and installing cado overwrote cadofct.pm. I guess I need to
fix this param.
I changed cadofct.pm - diff below, and
# rm -rf /tmp/cado.lR7LfORi6V/c135.bwc
# ./cadofactor.pl n=296...911 wdir=/tmp/cado.lR7LfORi6V
param=/tmp/cado.lR7LfORi6V/c135.param -v
The factor process is running after 10 minutes.
Thanks for the help.
Tom Dean
# diff -c cadofct.pm~ cadofct.pm
*** cadofct.pm~ Tue Oct 25 06:32:10 2011
--- cadofct.pm Thu Jan 12 08:59:06 2012
***************
*** 286,295 ****
next ARGS;
}
if ($secondary && defined($param->{$p}) && $param->{$p} ne
$v) {
! die "parameter $p from $origin clashes with value
defined earlier from other config files";
# We may also warn, provided we make a choice for who
# wins. Presently early wins. late wins would be:
! # $param->{$p} = $v;
# $count_args++;
next ARGS;
}
--- 286,295 ----
next ARGS;
}
if ($secondary && defined($param->{$p}) && $param->{$p} ne
$v) {
! warn "parameter $p from $origin clashes with value
defined earlier from other config files $param->{$p} ne $v";
# We may also warn, provided we make a choice for who
# wins. Presently early wins. late wins would be:
! $param->{$p} = $v;
# $count_args++;
next ARGS;
}
- [Cado-nfs-discuss] Factor Failed, Thomas D. Dean, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Zimmermann Paul, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Thomas D. Dean, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Zimmermann Paul, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Emmanuel Thomé, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Thomas D. Dean, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Thomas D. Dean, 01/12/2012
- Re: [Cado-nfs-discuss] Factor Failed, Zimmermann Paul, 01/12/2012
Archive powered by MHonArc 2.6.19+.