build:linear_algebra
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
build:linear_algebra [2017/04/11 08:45] – Yann Pouillon | build:linear_algebra [2019/08/26 12:29] (current) – Jean-Michel Beuken | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <WRAP important> | + | <WRAP important> |
====== Configuring linear algebra ====== | ====== Configuring linear algebra ====== | ||
Line 18: | Line 18: | ||
===== Linear algebra flavors ===== | ===== Linear algebra flavors ===== | ||
- | For sake of clarity, we provide here 3 different perspectives on the linear algebra flavors supported by Abinit and their relationships with the other concepts. The build system lets you configure linear algebra from each of these 3 perspectives, | + | For sake of clarity, we provide here 3 different perspectives on the linear algebra flavors supported by Abinit and their relationships with the other concepts. The build system lets you configure linear algebra from each of these 3 perspectives, |
+ | * a vendor-first approach, where the criterion is to use as many components as possible from the same vendor; | ||
+ | * an architecture-first approach, where the components are selected depending on which elements of the computer architecture are enabled (e.g. OpenMP, MPI, GPU, ...); | ||
+ | * a component-first approach, where you specify explicitly each linear algebra component (e.g. BLAS, LAPACK, ScaLAPACK, ...) you want to use. | ||
The following table lists the available flavors supported by Abinit and their relationships with the other relevant concepts: | The following table lists the available flavors supported by Abinit and their relationships with the other relevant concepts: | ||
Line 27: | Line 30: | ||
| elpa2014 | [[http:// | | elpa2014 | [[http:// | ||
| elpa2015 | [[http:// | | elpa2015 | [[http:// | ||
+ | | elpa2016 | [[http:// | ||
+ | | elpa2017 | [[http:// | ||
| essl | [[http:// | | essl | [[http:// | ||
| magma10 | | magma10 | ||
| magma15 | | magma15 | ||
- | | mkl | [[http:// | + | | magma25 |
+ | | mkl | [[http:// | ||
| netlib | | netlib | ||
| openblas | [[https:// | | openblas | [[https:// | ||
| plasma1 | | plasma1 | ||
+ | |||
+ | Please refer to the instructions of each vendor listed above by clicking on the corresponding link to obtain information on how to install their linear algebra implementation. | ||
===== Automatic detection ===== | ===== Automatic detection ===== | ||
Line 54: | Line 62: | ||
You can tune the detection mechanism through the // | You can tune the detection mechanism through the // | ||
- | * by just specifying a plus-separated list of flavors, in which case the build system will figure out how to assign which flavor to which component; | + | * by just specifying a plus-separated list of flavors, in which case the build system will figure out how to assign which flavor to which component |
* architecture-wise, | * architecture-wise, | ||
* component-wise, | * component-wise, |
build/linear_algebra.1491900318.txt.gz · Last modified: 2017/04/11 08:45 by Yann Pouillon