Skip to Content.
Sympa Menu

cado-nfs - [Cado-nfs-discuss] CADO-NFS 2.0: Small issue with factor.sh

Subject: Discussion related to cado-nfs

List archive

[Cado-nfs-discuss] CADO-NFS 2.0: Small issue with factor.sh


Chronological Thread 
  • From: Christophe Clavier <christophe.clavier@unilim.fr>
  • To: Cado-nfs-discuss@lists.gforge.inria.fr
  • Subject: [Cado-nfs-discuss] CADO-NFS 2.0: Small issue with factor.sh
  • Date: Sat, 23 Nov 2013 18:05:59 +0100
  • 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>


Hello,

I wonder whether I have found a small bug in the factor.sh script of CADO-NFS 2.0.

Line 287 reads as:
$host cores=$cores
but the variable host is not defined.

I locally fixed the problem by modifying this line as:
$host cores=$cores
which writes "localhost cores=xxx" (instead of " cores=xxx") in the machine description file, but I am not sure this is the correct way to fix the problem.

Regards

Christophe






Archive powered by MHonArc 2.6.19+.

Top of Page