From f8896238c25be0645650f17b4afad848091aa452 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 25 Aug 2020 12:32:45 +0200 Subject: [PATCH] update available build variants with guix --- doc/orgmode/chapters/installing.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/orgmode/chapters/installing.org b/doc/orgmode/chapters/installing.org index 468b55e80..f75d12e99 100644 --- a/doc/orgmode/chapters/installing.org +++ b/doc/orgmode/chapters/installing.org @@ -329,13 +329,14 @@ we encourage users to use [[sec:spack][Spack]]. Notice that there exist several build variants - chameleon (default) : with starpu - with mpi + - chameleon-mkl-mt : default version but with Intel MKL multithreaded to replace OpenBlas - chameleon-cuda : with starpu - with mpi - with cuda - - chameleon-fxt : with starpu - with mpi - with fxt - chameleon-simgrid : with starpu - with mpi - with simgrid - chameleon-openmp : with openmp - without mpi - chameleon-parsec : with parsec - without mpi - chameleon-quark : with quark - without mpi + Change the version #+begin_src sh guix install chameleon --with-branch=chameleon=master @@ -349,8 +350,8 @@ we encourage users to use [[sec:spack][Spack]]. Change some dependencies #+begin_src sh - # install chameleon with intel mkl to replace openblas and nmad to replace openmpi - guix install chameleon --with-input=openblas=mkl --with-input=openmpi=nmad + # install chameleon with intel mkl to replace openblas, nmad to replace openmpi and starpu with fxt + guix install chameleon --with-input=openblas=mkl --with-input=openmpi=nmad --with-input=starpu=starpu-fxt #+end_src *** Generate a Chameleon Docker image with Guix -- GitLab