Skip to Content.
Sympa Menu

cado-nfs - Re: [cado-nfs] compile cado on a cluster

Subject: Discussion related to cado-nfs

List archive

Re: [cado-nfs] compile cado on a cluster


Chronological Thread 
  • From: Andreas Enge <andreas.enge@inria.fr>
  • To: Barbulescu Razvan <razvan.barbulescu@u-bordeaux.fr>
  • Cc: cado-nfs@inria.fr
  • Subject: Re: [cado-nfs] compile cado on a cluster
  • Date: Wed, 8 Feb 2023 11:23:11 +0100
  • Authentication-results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=andreas.enge@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr

Hello,

Am Tue, Feb 07, 2023 at 04:07:16PM +0100 schrieb Barbulescu Razvan:
> I want to use cado on a small cluster called plafrim (in Bordeaux). In order
> to use binaries like cmake, gcc and  gmp I have to load the modules like
> "module load build/cmake/3.15.3"

on this cluster, I would suggest to use Guix like so:
guix package -i cmake gcc-toolchain gmp
and so on (openmpi?).
To update:
guix pull
guix package -u
(you will end up with cmake 3.25.1, gcc 12.2.0 and gmp 6.2.1).

I have not tried to compile cado-nfs; it might also be an option to add a
package definition to Guix proper, or to the guix-hpc channel.

Andreas




Archive powered by MHonArc 2.6.19+.

Top of Page