Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fc1c5f44 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

update INSTALL.txt infos

parent dc50f0a6
No related branches found
No related tags found
No related merge requests found
********************************************** ****************************************************
Some instructions about CHAMELEON usage Some instructions about CHAMELEON installation
********************************************** ****************************************************
This is a brief discussion about CHAMELEON usage. This is a brief discussion about CHAMELEON usage.
For more information, please read the document users_guide. For more information, please read the document users_guide.
...@@ -31,12 +31,11 @@ example : cmake /home/toto/chameleon -DCMAKE_INSTALL_PREFIX=/home/toto/install ...@@ -31,12 +31,11 @@ example : cmake /home/toto/chameleon -DCMAKE_INSTALL_PREFIX=/home/toto/install
threads : pthread threads : pthread
blas : refblas (http://www.netlib.org/blas/) or intel mkl blas : netlib, openblas, eigen or intel mkl
cblas : refblas (http://www.netlib.org/blas/#_cblas) or intel mkl cblas : netlib, openblas or intel mkl
lapack : refblas (http://www.netlib.org/lapack/) or intel mkl lapack : netlib, openblas, eigen or intel mkl
lapacke : refblas (http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack) lapacke : netlib, openblas or intel mkl
or the lapacke compiled in PLASMA project (http://icl.cs.utk.edu/plasma/) tmg : netlib, openblas or intel mkl
tmg : refblas (contained in lapack) or intel mkl
runtime : quark (http://icl.cs.utk.edu/quark/) or runtime : quark (http://icl.cs.utk.edu/quark/) or
starpu (http://runtime.bordeaux.inria.fr/StarPU/) starpu (http://runtime.bordeaux.inria.fr/StarPU/)
...@@ -47,10 +46,12 @@ optional libraries ...@@ -47,10 +46,12 @@ optional libraries
cuda : (https://developer.nvidia.com/cuda-downloads) cuda : (https://developer.nvidia.com/cuda-downloads)
cublas : comes with cuda (http://docs.nvidia.com/cuda/cublas/) cublas : comes with cuda (http://docs.nvidia.com/cuda/cublas/)
magma : (http://icl.cs.utk.edu/magma/) magma : (http://icl.cs.utk.edu/magma/) (version 1.6.2 recommended)
mpi : openmpi (http://www.open-mpi.org/) mpi : openmpi (http://www.open-mpi.org/)
FxT : linux package (libfxt) or releases here http://download.savannah.gnu.org/releases/fkt/ FxT : linux package (libfxt) or releases here http://download.savannah.gnu.org/releases/fkt/
These packages must be installed on the system before trying to configure/build chameleon.
Please look at the distrib/ directory which gives some hints for the installation of dependencies for Unix systems.
----------------------------------------- -----------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment