Skip to Content.
Sympa Menu

cado-nfs - Re: [cado-nfs] How to make the cado-nfs directory portable?

Subject: Discussion related to cado-nfs

List archive

Re: [cado-nfs] How to make the cado-nfs directory portable?


Chronological Thread 
  • From: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
  • To: Samer Najjar <s.najjar612@gmail.com>
  • Cc: cado-nfs@inria.fr
  • Subject: Re: [cado-nfs] How to make the cado-nfs directory portable?
  • Date: Tue, 22 Mar 2022 18:57:26 -0700
  • Authentication-results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Emmanuel.Thome@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr

Hi,

It is true that cado-nfs has a few absolute paths here and there
that are getting in the way on certain occasions.

Could you please clarify what you're trying to do that currently doesn't
work? I can't really tell what you have in your github, so it's not
entirely clear to me.
- are you trying to move data files, such as sieving result files
created by the las binary, to other machines for processing? That
definitely should work.
- are you trying to move an entire cado-nfs working directory (the one
that gets automatically created by cado-nfs.py), along with its
database file (the one in .db) to another machine? This probably
doesn't work.
- are you trying to move binaries from one machine to another? In
principle, this should work, but it depends on the way you do it.
(There are ways to make it fail...)

Best,

E.


On Tue, Mar 22, 2022 at 08:22:49PM -0500, Samer Najjar wrote:
> Hello cado-nfs team,
>
> I am working on a project that uses cado-nfs and my project is uploaded to
> GitHub. The problem is that, when I run "make" in the cado-nfs directory,
> it creates files that only work locally (i.e. use local file paths). So if
> I clone my GitHub project onto another machine, the cado-nfs functionality
> would no longer work. Is there a way to make it so all the functionality in
> the cado-nfs directory works fine no matter where I move the directory?
> (i.e. is it possible to make cado-nfs independent of local file paths?)
>
> Your help is really appreciated.
> Best,
> Samer Najjar



Archive powered by MHonArc 2.6.19+.

Top of Page