Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8896238 authored by PRUVOST Florent's avatar PRUVOST Florent Committed by Mathieu Faverge
Browse files

update available build variants with guix

parent 71b28393
No related branches found
No related tags found
No related merge requests found
...@@ -329,13 +329,14 @@ we encourage users to use [[sec:spack][Spack]]. ...@@ -329,13 +329,14 @@ we encourage users to use [[sec:spack][Spack]].
Notice that there exist several build variants Notice that there exist several build variants
- chameleon (default) : with starpu - with mpi - 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-cuda : with starpu - with mpi - with cuda
- chameleon-fxt : with starpu - with mpi - with fxt
- chameleon-simgrid : with starpu - with mpi - with simgrid - chameleon-simgrid : with starpu - with mpi - with simgrid
- chameleon-openmp : with openmp - without mpi - chameleon-openmp : with openmp - without mpi
- chameleon-parsec : with parsec - without mpi - chameleon-parsec : with parsec - without mpi
- chameleon-quark : with quark - without mpi - chameleon-quark : with quark - without mpi
Change the version Change the version
#+begin_src sh #+begin_src sh
guix install chameleon --with-branch=chameleon=master guix install chameleon --with-branch=chameleon=master
...@@ -349,8 +350,8 @@ we encourage users to use [[sec:spack][Spack]]. ...@@ -349,8 +350,8 @@ we encourage users to use [[sec:spack][Spack]].
Change some dependencies Change some dependencies
#+begin_src sh #+begin_src sh
# install chameleon with intel mkl to replace openblas and nmad to replace openmpi # 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 guix install chameleon --with-input=openblas=mkl --with-input=openmpi=nmad --with-input=starpu=starpu-fxt
#+end_src #+end_src
*** Generate a Chameleon Docker image with Guix *** Generate a Chameleon Docker image with Guix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment