diff --git a/doc/orgmode/chapters/installing.org b/doc/orgmode/chapters/installing.org index 468b55e806242ce0a3f4027dc5f61ffcfef6b16b..f75d12e99bbbfb43d6a0292eec7e55112fd2f7c1 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